Uses of Class
org.bouncycastle.asn1.DERUTF8String
-
Packages that use DERUTF8String Package Description org.bouncycastle.asn1 A library for parsing and writing ASN.1 objects.org.bouncycastle.asn1.cmp Support classes useful for encoding and supporting PKIX-CMP as described RFC 2510.org.bouncycastle.asn1.cms Support classes useful for encoding and supporting Cryptographic Message Syntax as described in PKCS#7 and RFC 3369 (formerly RFC 2630).org.bouncycastle.asn1.crmf Classes and object identifiers specific to RFC 4211 "Internet X.509 Public Key Infrastructure Certificate Request Message Format (CRMF)."org.bouncycastle.asn1.esf Support classes useful for encoding and supporting [ESF] RFC3126 Electronic Signature Formats for long term electronic signatures.org.bouncycastle.asn1.ess Support classes useful for encoding and supporting Enhanced Security Services for S/MIME as described RFC 2634 and RFC 5035. -
-
Uses of DERUTF8String in org.bouncycastle.asn1
Methods in org.bouncycastle.asn1 that return DERUTF8String Modifier and Type Method Description static DERUTF8String
DERUTF8String. getInstance(java.lang.Object obj)
Return an UTF8 string from the passed in object.static DERUTF8String
DERUTF8String. getInstance(ASN1TaggedObject obj, boolean explicit)
Return an UTF8 String from a tagged object. -
Uses of DERUTF8String in org.bouncycastle.asn1.cmp
Methods in org.bouncycastle.asn1.cmp that return DERUTF8String Modifier and Type Method Description DERUTF8String
PKIFreeText. getStringAt(int i)
Return the UTF8STRING at index i.Constructors in org.bouncycastle.asn1.cmp with parameters of type DERUTF8String Constructor Description PKIFreeText(DERUTF8String p)
PKIFreeText(DERUTF8String[] strs)
-
Uses of DERUTF8String in org.bouncycastle.asn1.cms
Methods in org.bouncycastle.asn1.cms that return DERUTF8String Modifier and Type Method Description DERUTF8String
MetaData. getFileName()
Constructors in org.bouncycastle.asn1.cms with parameters of type DERUTF8String Constructor Description MetaData(ASN1Boolean hashProtected, DERUTF8String fileName, DERIA5String mediaType, Attributes otherMetaData)
-
Uses of DERUTF8String in org.bouncycastle.asn1.crmf
Constructors in org.bouncycastle.asn1.crmf with parameters of type DERUTF8String Constructor Description EncKeyWithID(PrivateKeyInfo privKeyInfo, DERUTF8String str)
-
Uses of DERUTF8String in org.bouncycastle.asn1.esf
Methods in org.bouncycastle.asn1.esf that return DERUTF8String Modifier and Type Method Description DERUTF8String
SignerLocation. getCountryName()
Deprecated.use getCountry()DERUTF8String
SignerLocation. getLocalityName()
Deprecated.use getLocality()Constructors in org.bouncycastle.asn1.esf with parameters of type DERUTF8String Constructor Description SignerLocation(DERUTF8String countryName, DERUTF8String localityName, ASN1Sequence postalAddress)
-
Uses of DERUTF8String in org.bouncycastle.asn1.ess
Methods in org.bouncycastle.asn1.ess that return DERUTF8String Modifier and Type Method Description DERUTF8String
ContentHints. getContentDescription()
Constructors in org.bouncycastle.asn1.ess with parameters of type DERUTF8String Constructor Description ContentHints(ASN1ObjectIdentifier contentType, DERUTF8String contentDescription)
-