Uses of Interface
org.wildfly.security.asn1.ASN1Encodable
-
Packages that use ASN1Encodable Package Description org.wildfly.security.asn1 AS1 constants and utilities.org.wildfly.security.x500 Package containing X.500 representations.org.wildfly.security.x500.cert Package containing APIs for generating certificates and certificate signing requests. -
-
Uses of ASN1Encodable in org.wildfly.security.asn1
Methods in org.wildfly.security.asn1 that return ASN1Encodable Modifier and Type Method Description static ASN1EncodableASN1Encodable. ofBMPString(String string)Create an instance that will encode the given string as BMP (UTF-16BE).static ASN1EncodableASN1Encodable. ofEncodedBytes(byte[] bytes)Create an instance that will write the given encoded bytes.static ASN1EncodableASN1Encodable. ofIA5String(String string)Create an instance that will encode the given string in IA5 form.static ASN1EncodableASN1Encodable. ofInteger(int value)Create an instance that will encode the given integer.static ASN1EncodableASN1Encodable. ofInteger(BigInteger value)Create an instance that will encode the given integer.static ASN1EncodableASN1Encodable. ofOid(String oid)Create an instance that will encode the given object identifier.static ASN1EncodableASN1Encodable. ofPrintableString(String string)Create an instance that will encode the given string in "printable" form.static ASN1EncodableASN1Encodable. ofUniversalString(String string)Create an instance that will encode the given string as universal (UTF-32BE).static ASN1EncodableASN1Encodable. ofUtf8String(String string)Create an instance that will encode the given string as UTF-8. -
Uses of ASN1Encodable in org.wildfly.security.x500
Classes in org.wildfly.security.x500 that implement ASN1Encodable Modifier and Type Class Description classGeneralNameA representation of an X.509 general name.static classGeneralName.DirectoryNameA directory name.static classGeneralName.DNSNameA DNS name.static classGeneralName.EDIPartyNameAn EDI party name.static classGeneralName.IPAddressAn IP address.static classGeneralName.OtherNameA generic name.static classGeneralName.RegisteredIDA registered ID name.static classGeneralName.RFC822NameAn RFC 822 name.static classGeneralName.URINameA URI name.static classGeneralName.X400AddressAn X.400 address.classTrustedAuthorityA representation of a trusted certificate authority.static classTrustedAuthority.CertificateTrustedAuthorityA trusted authority that is identified by its certificate.static classTrustedAuthority.HashTrustedAuthorityA trusted authority that is identified by a hash.static classTrustedAuthority.IssuerKeyHashTrustedAuthorityA trusted authority that is identified by the hash of its public key.static classTrustedAuthority.IssuerNameHashTrustedAuthorityA trusted authority that is identified by the hash of its name.static classTrustedAuthority.NameTrustedAuthorityA trusted authority that is identified by its name.static classTrustedAuthority.PKCS15KeyHashTrustedAuthorityA trusted authority that is identified by the PKCS #15 key hash.classX500AttributeTypeAndValueAn X.500 directory attribute, which is comprised of an attribute type OID and a single values, whose type is defined by the attribute type.classX500DirectoryAttributeAn X.500 directory attribute, which is comprised of an attribute type OID and zero or more values, whose types are defined by the attribute type.Methods in org.wildfly.security.x500 with parameters of type ASN1Encodable Modifier and Type Method Description static X500AttributeTypeAndValueX500AttributeTypeAndValue. create(String attributeType, ASN1Encodable value)Construct a new instance with the given value.static X500DirectoryAttributeX500DirectoryAttribute. create(String attributeType, ASN1Encodable value)Construct a new instance with one value.Method parameters in org.wildfly.security.x500 with type arguments of type ASN1Encodable Modifier and Type Method Description static X500DirectoryAttributeX500DirectoryAttribute. create(String attributeType, Collection<ASN1Encodable> values)Construct a new instance. -
Uses of ASN1Encodable in org.wildfly.security.x500.cert
Classes in org.wildfly.security.x500.cert that implement ASN1Encodable Modifier and Type Class Description classAccessDescriptionAn access description for the authority information access and subject information access extensions.classAuthorityInformationAccessExtensionThe authority information access extension as defined by RFC 5280 § 4.2.2.1.classAuthorityKeyIdentifierExtensionAuthority key identifier extension as defined by RFC 5280 § 4.2.1.1.classBasicConstraintsExtensionThe basic constraints extension as defined by RFC 5280 § 4.2.1.9.classCertificatePoliciesExtensionThe certificate policies extension as defined by RFC 5280 § 4.2.1.4.static classCertificatePoliciesExtension.PolicyInformationPolicy information for the certificate policies extension.static classCertificatePoliciesExtension.PolicyQualifierA qualifier for a policy information entry.classCRLDistributionPointA single distribution point specification.static classCRLDistributionPoint.DistributionPointNameBase class of distribution point names.static classCRLDistributionPoint.FullNameDistributionPointNameA full-name distribution point name.static classCRLDistributionPoint.RelativeToCRLIssuerDistributionPointNameA distribution point name which is relative to a CRL issuer name.classCRLDistributionPointsExtensionThe CRL distribution points extension as defined by RFC 5280 § 4.2.1.13.classExtendedKeyUsageExtensionAn extended key usage extension as defined by RFC 5280 § 4.2.1.12.classFreshestCRLExtensionThe freshest CRL extension as defined by RFC 5280 § 4.2.1.15.classInhibitAnyPolicyExtensionThe "inhibit anyPolicy" certificate extension as defined by RFC 5280 § 4.2.1.14.classIssuerAlternativeNamesExtensionThe issuer alternative names extension as defined by RFC 5280 § 4.2.1.7.classKeyUsageExtensionKey usage extension as defined by RFC 5280 § 4.2.1.3.classNameConstraintsExtensionA name constraints extension as defined by RFC 5280 § 4.2.1.10.static classNameConstraintsExtension.GeneralSubtreeA general subtree for a name constraint.classPolicyConstraintsExtensionA policy constraints extension as defined by RFC 5280 § 4.2.1.11.classPolicyMappingsExtensionThe policy mappings extension as defined by RFC 5280 § 4.2.1.5.static classPolicyMappingsExtension.PolicyMappingA single policy mapping.classSubjectAlternativeNamesExtensionThe subject alternative names extension as defined by RFC 5280 § 4.2.1.6.classSubjectDirectoryAttributesExtensionThe subject directory attributes extension as defined by RFC 5280 § 4.2.1.8.classSubjectInformationAccessExtensionThe subject information access extension as defined by RFC 5280 § 4.2.2.2.classSubjectKeyIdentifierExtensionSubject key identifier extension defined in RFC 5280 § 4.2.1.2 as:classX509CertificateExtensionAn X.509 certificate extension.Constructors in org.wildfly.security.x500.cert with parameters of type ASN1Encodable Constructor Description PolicyQualifier(String policyQualifierId, ASN1Encodable body)Construct a new instance.
-