|
Bouncy Castle Cryptography Library 1.79 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.esf.SignerLocation
Signer-Location attribute (RFC3126). SignerLocation ::= SEQUENCE { countryName [0] DirectoryString OPTIONAL, localityName [1] DirectoryString OPTIONAL, postalAddress [2] PostalAddress OPTIONAL } PostalAddress ::= SEQUENCE SIZE(1..6) OF DirectoryString
Constructor Summary | |
SignerLocation(org.bouncycastle.asn1.ASN1UTF8String countryName,
org.bouncycastle.asn1.ASN1UTF8String localityName,
org.bouncycastle.asn1.ASN1Sequence postalAddress)
|
|
SignerLocation(org.bouncycastle.asn1.x500.DirectoryString countryName,
org.bouncycastle.asn1.x500.DirectoryString localityName,
org.bouncycastle.asn1.x500.DirectoryString[] postalAddress)
|
Method Summary | |
org.bouncycastle.asn1.x500.DirectoryString |
getCountry()
Return the countryName DirectoryString |
org.bouncycastle.asn1.DERUTF8String |
getCountryName()
Deprecated. use getCountry() |
static SignerLocation |
getInstance(java.lang.Object obj)
|
org.bouncycastle.asn1.x500.DirectoryString |
getLocality()
Return the localityName DirectoryString |
org.bouncycastle.asn1.DERUTF8String |
getLocalityName()
Deprecated. use getLocality() |
org.bouncycastle.asn1.x500.DirectoryString[] |
getPostal()
Return the postalAddress DirectoryStrings |
org.bouncycastle.asn1.ASN1Sequence |
getPostalAddress()
|
org.bouncycastle.asn1.ASN1Primitive |
toASN1Primitive()
SignerLocation ::= SEQUENCE { countryName [0] DirectoryString OPTIONAL, localityName [1] DirectoryString OPTIONAL, postalAddress [2] PostalAddress OPTIONAL } PostalAddress ::= SEQUENCE SIZE(1..6) OF DirectoryString DirectoryString ::= CHOICE { teletexString TeletexString (SIZE (1..MAX)), printableString PrintableString (SIZE (1..MAX)), universalString UniversalString (SIZE (1..MAX)), utf8String UTF8String (SIZE (1.. |
Methods inherited from class org.bouncycastle.asn1.ASN1Object |
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SignerLocation(org.bouncycastle.asn1.x500.DirectoryString countryName, org.bouncycastle.asn1.x500.DirectoryString localityName, org.bouncycastle.asn1.x500.DirectoryString[] postalAddress)
public SignerLocation(org.bouncycastle.asn1.ASN1UTF8String countryName, org.bouncycastle.asn1.ASN1UTF8String localityName, org.bouncycastle.asn1.ASN1Sequence postalAddress)
Method Detail |
public static SignerLocation getInstance(java.lang.Object obj)
public org.bouncycastle.asn1.x500.DirectoryString getCountry()
public org.bouncycastle.asn1.x500.DirectoryString getLocality()
public org.bouncycastle.asn1.x500.DirectoryString[] getPostal()
public org.bouncycastle.asn1.DERUTF8String getCountryName()
public org.bouncycastle.asn1.DERUTF8String getLocalityName()
public org.bouncycastle.asn1.ASN1Sequence getPostalAddress()
public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
|
Bouncy Castle Cryptography Library 1.79 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |