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 UTF8StringRevokeRequest.commentprivate UTF8StringCMCStatusInfo.statusStringprivate UTF8StringCMCStatusInfoV2.statusStringMethods 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 newRevokeRequestfrom 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 TypeMethodDescriptionvoidPKIStatusInfo.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 newRevRequestfrom its components.RevRequest(ANY issuerName, INTEGER serialNumber, ENUMERATED reason, OCTET_STRING sharedSecret, UTF8String comment) Deprecated.This constructor is obsolete now thatinvalidityDatehas 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.
invalidityDatehas been added to the class.