Uses of Class
kz.gamma.asn1.ASN1Object

Packages that use ASN1Object
kz.gamma.asn1   
kz.gamma.asn1.misc   
kz.gamma.asn1.ocsp   
kz.gamma.asn1.x500.style   
kz.gamma.asn1.x509   
 

Uses of ASN1Object in kz.gamma.asn1
 

Subclasses of ASN1Object in kz.gamma.asn1
 class ASN1Null
          A NULL object.
 class ASN1OctetString
           
 class ASN1Sequence
           
 class ASN1Set
           
 class ASN1TaggedObject
          ASN.1 TaggedObject - in ASN.1 nottation this is any object proceeded by a [n] where n is some number - these are assume to follow the construction rules (as with sequences).
 class BERConstructedOctetString
           
 class BERConstructedSequence
          Deprecated. use BERSequence
 class BERNull
          A BER NULL object.
 class BERSequence
           
 class BERSet
           
 class BERTaggedObject
          BER TaggedObject - in ASN.1 nottation this is any object proceeded by a [n] where n is some number - these are assume to follow the construction rules (as with sequences).
 class DERApplicationSpecific
          Base class for an application specific object
 class DERBitString
           
 class DERBMPString
          DER BMPString object.
 class DERBoolean
           
 class DERConstructedSequence
          Deprecated. use DERSequence.
 class DERConstructedSet
          Deprecated. use DERSet
 class DEREnumerated
           
 class DERGeneralizedTime
          Generalized time object.
 class DERGeneralString
           
 class DERIA5String
          DER IA5String object - this is an ascii string.
 class DERInteger
           
 class DERNull
          A NULL object.
 class DERNumericString
          DER NumericString object - this is an ascii string of characters {0,1,2,3,4,5,6,7,8,9, }.
 class DERObjectIdentifier
           
 class DEROctetString
           
 class DERPrintableString
          DER PrintableString object.
 class DERSequence
           
 class DERSet
          A DER encoded set object
 class DERT61String
          DER T61String (also the teletex string)
 class DERTaggedObject
          DER TaggedObject - in ASN.1 nottation this is any object proceeded by a [n] where n is some number - these are assume to follow the construction rules (as with sequences).
 class DERUniversalString
          DER UniversalString object.
 class DERUTCTime
          UTC time object.
 class DERUTF8String
          DER UTF8String object.
 class DERVisibleString
          DER VisibleString object.
 

Methods in kz.gamma.asn1 that return ASN1Object
static ASN1Object ASN1Object.fromByteArray(byte[] data)
          Create a base ASN.1 object from a byte stream.
 

Uses of ASN1Object in kz.gamma.asn1.misc
 

Subclasses of ASN1Object in kz.gamma.asn1.misc
 class NetscapeCertType
          The NetscapeCertType object.
 class NetscapeRevocationURL
           
 class VerisignCzagExtension
           
 

Uses of ASN1Object in kz.gamma.asn1.ocsp
 

Subclasses of ASN1Object in kz.gamma.asn1.ocsp
 class OCSPResponseStatus
           
 

Uses of ASN1Object in kz.gamma.asn1.x500.style
 

Methods in kz.gamma.asn1.x500.style that return ASN1Object
private static ASN1Object IETFUtils.decodeObject(java.lang.String oValue)
           
 

Uses of ASN1Object in kz.gamma.asn1.x509
 

Subclasses of ASN1Object in kz.gamma.asn1.x509
 class CertPolicyId
          CertPolicyId, used in the CertificatePolicies and PolicyMappings X509V3 Extensions.
 class CRLNumber
          The CRLNumber object.
 class CRLReason
          The CRLReason enumeration.
 class KeyPurposeId
          The KeyPurposeId object.
 class KeyUsage
          The KeyUsage object.
 class PolicyQualifierId
          PolicyQualifierId, used in the CertificatePolicies X509V3 extension.
 class ReasonFlags
          The ReasonFlags object.
 

Methods in kz.gamma.asn1.x509 that return ASN1Object
private static ASN1Object Extension.convertValueToObject(Extension ext)
          Convert the value of the passed in extension to an object
static ASN1Object X509Extension.convertValueToObject(X509Extension ext)
          Convert the value of the passed in extension to an object
 



Copyright © 1998-2014 Gamma Technologies. All Rights Reserved.