Uses of Class
org.mozilla.jss.netscape.security.x509.GeneralSubtrees
Packages that use GeneralSubtrees
-
Uses of GeneralSubtrees in org.mozilla.jss.netscape.security.x509
Fields in org.mozilla.jss.netscape.security.x509 declared as GeneralSubtreesModifier and TypeFieldDescriptionprivate GeneralSubtrees
NameConstraintsExtension.excluded
private GeneralSubtrees
NameConstraintsExtension.permitted
Methods in org.mozilla.jss.netscape.security.x509 with parameters of type GeneralSubtreesModifier and TypeMethodDescriptionprivate void
NameConstraintsExtension.init
(boolean critical, GeneralSubtrees permitted, GeneralSubtrees excluded) Constructors in org.mozilla.jss.netscape.security.x509 with parameters of type GeneralSubtreesModifierConstructorDescriptionNameConstraintsExtension
(boolean critical, GeneralSubtrees permitted, GeneralSubtrees excluded) NameConstraintsExtension
(GeneralSubtrees permitted, GeneralSubtrees excluded) The default constructor for this class.