Uses of Class
org.wildfly.security.x500.GeneralName
-
Packages that use GeneralName Package Description 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 GeneralName in org.wildfly.security.x500
Subclasses of GeneralName in org.wildfly.security.x500 Modifier and Type Class Description static class
GeneralName.DirectoryName
A directory name.static class
GeneralName.DNSName
A DNS name.static class
GeneralName.EDIPartyName
An EDI party name.static class
GeneralName.IPAddress
An IP address.static class
GeneralName.OtherName
A generic name.static class
GeneralName.RegisteredID
A registered ID name.static class
GeneralName.RFC822Name
An RFC 822 name.static class
GeneralName.URIName
A URI name.static class
GeneralName.X400Address
An X.400 address. -
Uses of GeneralName in org.wildfly.security.x500.cert
Constructors in org.wildfly.security.x500.cert with parameters of type GeneralName Constructor Description AccessDescription(String accessMethodId, GeneralName accessLocation)
Construct a new instance.GeneralSubtree(GeneralName base, int minimumDistance, int maximumDistance)
Construct a new instance.Constructor parameters in org.wildfly.security.x500.cert with type arguments of type GeneralName Constructor Description AuthorityKeyIdentifierExtension(byte[] keyIdentifier, List<GeneralName> generalNames, BigInteger serialNumber)
Construct a new instance.CRLDistributionPoint(CRLDistributionPoint.DistributionPointName distributionPoint, EnumSet<CRLReason> reasons, List<GeneralName> crlIssuer)
Construct a new instance.FullNameDistributionPointName(List<GeneralName> fullName)
Construct a new instance.IssuerAlternativeNamesExtension(boolean critical, List<GeneralName> issuerAlternativeNames)
Construct a new instance.SubjectAlternativeNamesExtension(boolean critical, List<GeneralName> subjectAlternativeNames)
Construct a new instance.
-