|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GeneralNameType | |
|---|---|
| edu.vt.middleware.crypt.x509 | |
| edu.vt.middleware.crypt.x509.types | |
| Uses of GeneralNameType in edu.vt.middleware.crypt.x509 |
|---|
| Methods in edu.vt.middleware.crypt.x509 with parameters of type GeneralNameType | |
|---|---|
static List<GeneralName> |
X509Utils.getSubjectAltNames(X509Certificate cert,
GeneralNameType... types)
Gets all subject alternative names of the given type(s) on the given cert. |
static List<String> |
X509Utils.getSubjectNames(X509Certificate cert,
GeneralNameType... types)
Gets CN from the subject DN and the set of all alternative names of the given type. |
| Uses of GeneralNameType in edu.vt.middleware.crypt.x509.types |
|---|
| Methods in edu.vt.middleware.crypt.x509.types that return GeneralNameType | |
|---|---|
static GeneralNameType |
GeneralNameType.fromTagNumber(int tagNo)
Gets a name type from the value of the tag in the CHOICE element definition. |
GeneralNameType |
GeneralName.getType()
|
static GeneralNameType |
GeneralNameType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static GeneralNameType[] |
GeneralNameType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Constructors in edu.vt.middleware.crypt.x509.types with parameters of type GeneralNameType | |
|---|---|
GeneralName(String nameString,
GeneralNameType nameType)
Creates a new instance with the given name and type. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||