public static class Certprofile.RdnControl extends Object
| Constructor and Description |
|---|
RdnControl(org.bouncycastle.asn1.ASN1ObjectIdentifier type) |
RdnControl(org.bouncycastle.asn1.ASN1ObjectIdentifier type,
int minOccurs,
int maxOccurs) |
| Modifier and Type | Method and Description |
|---|---|
String |
getGroup() |
int |
getMaxOccurs() |
int |
getMinOccurs() |
Pattern |
getPattern() |
String |
getPrefix() |
Range |
getStringLengthRange() |
Certprofile.StringType |
getStringType() |
String |
getSuffix() |
org.bouncycastle.asn1.ASN1ObjectIdentifier |
getType() |
void |
setGroup(String group) |
void |
setPattern(Pattern pattern) |
void |
setPrefix(String prefix) |
void |
setStringLengthRange(Range stringLengthRange) |
void |
setStringType(Certprofile.StringType stringType) |
void |
setSuffix(String suffix) |
public RdnControl(org.bouncycastle.asn1.ASN1ObjectIdentifier type)
public RdnControl(org.bouncycastle.asn1.ASN1ObjectIdentifier type,
int minOccurs,
int maxOccurs)
public int getMinOccurs()
public int getMaxOccurs()
public org.bouncycastle.asn1.ASN1ObjectIdentifier getType()
public Certprofile.StringType getStringType()
public Pattern getPattern()
public Range getStringLengthRange()
public void setStringType(Certprofile.StringType stringType)
public void setStringLengthRange(Range stringLengthRange)
public void setPattern(Pattern pattern)
public String getPrefix()
public void setPrefix(String prefix)
public String getSuffix()
public void setSuffix(String suffix)
public String getGroup()
public void setGroup(String group)
Copyright © 2019. All rights reserved.