Uses of Interface
com.digt.trusted.asn1.DERString

Packages that use DERString
com.digt.trusted.asn1 A library for parsing and writing ASN.1 objects. 
com.digt.trusted.asn1.cmp   
com.digt.trusted.asn1.misc   
com.digt.trusted.asn1.x509 Support classes useful for encoding and processing X.509 certificates. 
 

Uses of DERString in com.digt.trusted.asn1
 

Classes in com.digt.trusted.asn1 that implement DERString
 class DERBitString
           
 class DERBMPString
          DER BMPString object.
 class DERGeneralString
           
 class DERIA5String
          DER IA5String object - this is an ascii string.
 class DERNumericString
          DER NumericString object - this is an ascii string of characters {0,1,2,3,4,5,6,7,8,9, }.
 class DERPrintableString
          DER PrintableString object.
 class DERT61String
          DER T61String (also the teletex string)
 class DERUniversalString
          DER UniversalString object.
 class DERUTF8String
          DER UTF8String object.
 class DERVisibleString
          DER VisibleString object.
 

Uses of DERString in com.digt.trusted.asn1.cmp
 

Classes in com.digt.trusted.asn1.cmp that implement DERString
 class PKIFailureInfo
           PKIFailureInfo ::= BIT STRING { badAlg (0), -- unrecognized or unsupported Algorithm Identifier badRequest (2), -- transaction not permitted or supported badDataFormat (5), -- the data submitted has the wrong format 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 systemFailure (25) -- the request cannot be handled due to system failure }
 

Uses of DERString in com.digt.trusted.asn1.misc
 

Classes in com.digt.trusted.asn1.misc that implement DERString
 class NetscapeCertType
          The NetscapeCertType object.
 class NetscapeRevocationURL
           
 class VerisignCzagExtension
           
 

Uses of DERString in com.digt.trusted.asn1.x509
 

Classes in com.digt.trusted.asn1.x509 that implement DERString
 class KeyUsage
          The KeyUsage object.
 class ReasonFlags
          The ReasonFlags object.
 

Constructors in com.digt.trusted.asn1.x509 with parameters of type DERString
DisplayText(DERString de)
          Creates a new DisplayText instance.