Package org.xipki.ca.api.profile
Class Certprofile.GeneralNameMode
- java.lang.Object
-
- org.xipki.ca.api.profile.Certprofile.GeneralNameMode
-
- Enclosing class:
- Certprofile
public static class Certprofile.GeneralNameMode extends Object
-
-
Constructor Summary
Constructors Constructor Description GeneralNameMode(Certprofile.GeneralNameTag tag)GeneralNameMode(Certprofile.GeneralNameTag tag, Set<org.bouncycastle.asn1.ASN1ObjectIdentifier> allowedTypes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<org.bouncycastle.asn1.ASN1ObjectIdentifier>getAllowedTypes()Certprofile.GeneralNameTaggetTag()
-
-
-
Constructor Detail
-
GeneralNameMode
public GeneralNameMode(Certprofile.GeneralNameTag tag)
-
GeneralNameMode
public GeneralNameMode(Certprofile.GeneralNameTag tag, Set<org.bouncycastle.asn1.ASN1ObjectIdentifier> allowedTypes)
-
-
Method Detail
-
getTag
public Certprofile.GeneralNameTag getTag()
-
getAllowedTypes
public Set<org.bouncycastle.asn1.ASN1ObjectIdentifier> getAllowedTypes()
-
-