Uses of Class
no.digipost.security.cert.BasicConstraints.Type
-
Packages that use BasicConstraints.Type Package Description no.digipost.security.cert -
-
Uses of BasicConstraints.Type in no.digipost.security.cert
Fields in no.digipost.security.cert declared as BasicConstraints.Type Modifier and Type Field Description BasicConstraints.TypeBasicConstraints. typeMethods in no.digipost.security.cert that return BasicConstraints.Type Modifier and Type Method Description static BasicConstraints.TypeBasicConstraints.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static BasicConstraints.Type[]BasicConstraints.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in no.digipost.security.cert with parameters of type BasicConstraints.Type Constructor Description BasicConstraints(BasicConstraints.Type type, int maxFollowingPathLength)
-