Uses of Interface
org.bouncycastle.asn1.ASN1String
-
Packages that use ASN1String 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.misc Miscellaneous object identifiers and objects.org.bouncycastle.asn1.x500 The base classes for defining an X.500 name.org.bouncycastle.asn1.x509 Support classes useful for encoding and processing X.509 certificates. -
-
Uses of ASN1String in org.bouncycastle.asn1
Classes in org.bouncycastle.asn1 that implement ASN1String Modifier and Type Class Description classASN1BitStringBase class for BIT STRING objectsclassDERBitStringA BIT STRING with DER encoding - the first byte contains the count of padding bits included in the byte array's last byte.classDERBMPStringDER BMPString object encodes BMP (Basic Multilingual Plane) subset (aka UCS-2) of UNICODE (ISO 10646) characters in codepoints 0 to 65535.classDERGeneralStringASN.1 GENERAL-STRING data type.classDERGraphicStringclassDERIA5StringDER IA5String object - this is a ISO 646 (ASCII) string encoding code points 0 to 127.classDERNumericStringDER NumericString object - this is an ascii string of characters {0,1,2,3,4,5,6,7,8,9, }.classDERPrintableStringDER PrintableString object.classDERT61StringDER T61String (also the teletex string), try not to use this if you don't need to.classDERUniversalStringDER UniversalString object - encodes UNICODE (ISO 10646) characters using 32-bit format.classDERUTF8StringDER UTF8String object.classDERVideotexStringclassDERVisibleStringDER VisibleString object encoding ISO 646 (ASCII) character code points 32 to 126.classDLBitStringA Definite length BIT STRING -
Uses of ASN1String in org.bouncycastle.asn1.cmp
Classes in org.bouncycastle.asn1.cmp that implement ASN1String Modifier and Type Class Description classPKIFailureInfoPKIFailureInfo ::= BIT STRING { badAlg (0), -- unrecognized or unsupported Algorithm Identifier badMessageCheck (1), -- integrity check failed (e.g., signature did not verify) badRequest (2), -- transaction not permitted or supported badTime (3), -- messageTime was not sufficiently close to the system time, as defined by local policy badCertId (4), -- no certificate could be found matching the provided criteria badDataFormat (5), -- the data submitted has the wrong format wrongAuthority (6), -- the authority indicated in the request is different from the one creating the response token incorrectData (7), -- the requester's data is incorrect (for notary services) missingTimeStamp (8), -- when the timestamp is missing but should be there (by policy) badPOP (9) -- the proof-of-possession failed certRevoked (10), certConfirmed (11), wrongIntegrity (12), badRecipientNonce (13), timeNotAvailable (14), -- the TSA's time source is not available unacceptedPolicy (15), -- the requested TSA policy is not supported by the TSA unacceptedExtension (16), -- the requested extension is not supported by the TSA addInfoNotAvailable (17) -- the additional information requested could not be understood -- or is not available badSenderNonce (18), badCertTemplate (19), signerNotTrusted (20), transactionIdInUse (21), unsupportedVersion (22), notAuthorized (23), systemUnavail (24), systemFailure (25), -- the request cannot be handled due to system failure duplicateCertReq (26) -
Uses of ASN1String in org.bouncycastle.asn1.misc
Classes in org.bouncycastle.asn1.misc that implement ASN1String Modifier and Type Class Description classNetscapeCertTypeThe NetscapeCertType object.classNetscapeRevocationURLclassVerisignCzagExtension -
Uses of ASN1String in org.bouncycastle.asn1.x500
Classes in org.bouncycastle.asn1.x500 that implement ASN1String Modifier and Type Class Description classDirectoryStringThe DirectoryString CHOICE object. -
Uses of ASN1String in org.bouncycastle.asn1.x509
Classes in org.bouncycastle.asn1.x509 that implement ASN1String Modifier and Type Class Description classReasonFlagsThe ReasonFlags object.
-