Uses of Class
org.mozilla.jss.asn1.UTF8String
Packages that use UTF8String
Package
Description
Creating and interpeting CMC blobs.
The PKIX CMMF protocol.
The PKIX CRMF protocol.
-
Uses of UTF8String in org.mozilla.jss.pkix.cmc
Fields in org.mozilla.jss.pkix.cmc declared as UTF8StringModifier and TypeFieldDescriptionprivate UTF8String
RevokeRequest.comment
private UTF8String
CMCStatusInfo.statusString
private UTF8String
CMCStatusInfoV2.statusString
Methods in org.mozilla.jss.pkix.cmc that return UTF8StringConstructors in org.mozilla.jss.pkix.cmc with parameters of type UTF8StringModifierConstructorDescriptionCMCStatusInfo
(INTEGER status, SEQUENCE bodyList, UTF8String statusString, OtherInfo otherInfo) Create a CMCStatusInfo from decoding.CMCStatusInfoV2
(INTEGER status, SEQUENCE bodyList, UTF8String statusString, OtherInfo otherInfo) Create a CMCStatusInfoV2 from decoding.RevokeRequest
(ANY issuerName, INTEGER serialNumber, ENUMERATED reason, GeneralizedTime invalidityDate, OCTET_STRING passphrase, UTF8String comment) Constructs a newRevokeRequest
from its components.RevokeRequest
(ANY issuerName, INTEGER serialNumber, ENUMERATED reason, OCTET_STRING passphrase, UTF8String comment) Deprecated. -
Uses of UTF8String in org.mozilla.jss.pkix.cmmf
Fields in org.mozilla.jss.pkix.cmmf declared as UTF8StringMethods in org.mozilla.jss.pkix.cmmf that return UTF8StringMethods in org.mozilla.jss.pkix.cmmf with parameters of type UTF8StringModifier and TypeMethodDescriptionvoid
PKIStatusInfo.addFreeText
(UTF8String s) Adds a UTF8String to the statusString SEQUENCE.Constructors in org.mozilla.jss.pkix.cmmf with parameters of type UTF8StringModifierConstructorDescriptionRevRequest
(ANY issuerName, INTEGER serialNumber, ENUMERATED reason, GeneralizedTime invalidityDate, OCTET_STRING sharedSecret, UTF8String comment) Constructs a newRevRequest
from its components.RevRequest
(ANY issuerName, INTEGER serialNumber, ENUMERATED reason, OCTET_STRING sharedSecret, UTF8String comment) Deprecated.This constructor is obsolete now thatinvalidityDate
has been added to the class. -
Uses of UTF8String in org.mozilla.jss.pkix.crmf
Methods in org.mozilla.jss.pkix.crmf that return UTF8StringModifier and TypeMethodDescriptionControl.getUTF8String()
Returns the value of this control as a UTF8String, if it actually is a UTF8String.
invalidityDate
has been added to the class.