Modifier and Type | Method and Description |
---|---|
static DERUTF8String |
DERUTF8String.getInstance(ASN1TaggedObject obj,
boolean explicit)
Return an UTF8 String from a tagged object.
|
static DERUTF8String |
DERUTF8String.getInstance(Object obj)
Return an UTF8 string from the passed in object.
|
Modifier and Type | Method and Description |
---|---|
DERUTF8String |
RevokeRequest.getComment() |
DERUTF8String |
CMCStatusInfoV2.getStatusString() |
DERUTF8String |
CMCStatusInfo.getStatusString() |
Modifier and Type | Method and Description |
---|---|
void |
RevokeRequest.setComment(DERUTF8String comment) |
Constructor and Description |
---|
RevokeRequest(X500Name name,
ASN1Integer serialNumber,
CRLReason reason,
ASN1GeneralizedTime invalidityDate,
ASN1OctetString passphrase,
DERUTF8String comment) |
Modifier and Type | Method and Description |
---|---|
DERUTF8String |
PKIFreeText.getStringAt(int i)
Return the UTF8STRING at index i.
|
Constructor and Description |
---|
PKIFreeText(DERUTF8String p) |
PKIFreeText(DERUTF8String[] strs) |
Modifier and Type | Method and Description |
---|---|
DERUTF8String |
MetaData.getFileName() |
Constructor and Description |
---|
MetaData(ASN1Boolean hashProtected,
DERUTF8String fileName,
DERIA5String mediaType,
Attributes otherMetaData) |
Constructor and Description |
---|
EncKeyWithID(PrivateKeyInfo privKeyInfo,
DERUTF8String str) |
Modifier and Type | Method and Description |
---|---|
DERUTF8String |
SignerLocation.getCountryName()
Deprecated.
use getCountry()
|
DERUTF8String |
SignerLocation.getLocalityName()
Deprecated.
use getLocality()
|
Constructor and Description |
---|
SignerLocation(DERUTF8String countryName,
DERUTF8String localityName,
ASN1Sequence postalAddress) |
Modifier and Type | Method and Description |
---|---|
DERUTF8String |
ContentHints.getContentDescription() |
Constructor and Description |
---|
ContentHints(ASN1ObjectIdentifier contentType,
DERUTF8String contentDescription) |
Copyright © 2021 BouncyCastle.org. All rights reserved.