Uses of Class
org.bouncycastle.asn1.DERUTF8String
-
-
Uses of DERUTF8String in org.bouncycastle.asn1
Methods in org.bouncycastle.asn1 that return DERUTF8String Modifier and Type Method Description static DERUTF8String
DERUTF8String. getInstance(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.cmc
Methods in org.bouncycastle.asn1.cmc that return DERUTF8String Modifier and Type Method Description DERUTF8String
RevokeRequest. getComment()
DERUTF8String
CMCStatusInfo. getStatusString()
DERUTF8String
CMCStatusInfoV2. getStatusString()
Methods in org.bouncycastle.asn1.cmc with parameters of type DERUTF8String Modifier and Type Method Description void
RevokeRequest. setComment(DERUTF8String comment)
Constructors in org.bouncycastle.asn1.cmc with parameters of type DERUTF8String Constructor Description RevokeRequest(X500Name name, ASN1Integer serialNumber, CRLReason reason, ASN1GeneralizedTime invalidityDate, ASN1OctetString passphrase, DERUTF8String comment)
-
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)
-