Uses of Class
kz.gamma.asn1.DERObject

Packages that use DERObject
kz.gamma.asn1   
kz.gamma.asn1.cms   
kz.gamma.asn1.cryptopro   
kz.gamma.asn1.dvcs Support classes useful for encoding and processing Data Validation and Certification Server (DVCS) protocols as described in RFC 3029. 
kz.gamma.asn1.misc   
kz.gamma.asn1.ocsp   
kz.gamma.asn1.oiw   
kz.gamma.asn1.pkcs   
kz.gamma.asn1.smime Support classes useful for encoding and supporting S/MIME. 
kz.gamma.asn1.util   
kz.gamma.asn1.x500   
kz.gamma.asn1.x509   
kz.gamma.asn1.x509.qualified   
kz.gamma.asn1.x509.sigi   
kz.gamma.asn1.x9   
kz.gamma.cms   
kz.gamma.jce   
kz.gamma.jce.provider   
kz.gamma.x509   
 

Uses of DERObject in kz.gamma.asn1
 

Subclasses of DERObject in kz.gamma.asn1
 class ASN1Null
          A NULL object.
 class ASN1Object
           
 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 DERUnknownTag
          We insert one of these when we find a tag we don't recognise.
 class DERUTCTime
          UTC time object.
 class DERUTF8String
          DER UTF8String object.
 class DERVisibleString
          DER VisibleString object.
 

Fields in kz.gamma.asn1 declared as DERObject
private static DERObject BERInputStream.END_OF_STREAM
          Deprecated.  
private static DERObject ASN1InputStream.END_OF_STREAM
           
 

Methods in kz.gamma.asn1 that return DERObject
protected  DERObject DERInputStream.buildObject(int tag, byte[] bytes)
          Deprecated. build an object given its tag and a byte stream to construct it from.
protected  DERObject ASN1InputStream.buildObject(int tag, int tagNo, int length)
          build an object given its tag and the number of bytes to construct it from.
 DERObject DEREncodable.getDERObject()
           
 DERObject BERSequenceParser.getDERObject()
           
 DERObject ASN1Encodable.getDERObject()
           
 DERObject BERSetParser.getDERObject()
           
 DERObject BERTaggedObjectParser.getDERObject()
           
 DERObject BEROctetStringParser.getDERObject()
           
 DERObject DERApplicationSpecific.getObject()
           
 DERObject ASN1TaggedObject.getObject()
          return whatever was following the tag.
 DERObject DERApplicationSpecific.getObject(int derTagNo)
          Return the enclosed object assuming implicit tagging.
 DERObject BERInputStream.readObject()
          Deprecated.  
 DERObject ASN1InputStream.readObject()
           
 DERObject DERInputStream.readObject()
          Deprecated.  
abstract  DERObject ASN1Encodable.toASN1Object()
           
 DERObject DERObject.toASN1Object()
           
 

Methods in kz.gamma.asn1 with parameters of type DERObject
(package private)  boolean DERApplicationSpecific.asn1Equals(DERObject o)
           
(package private)  boolean DERUTF8String.asn1Equals(DERObject o)
           
(package private)  boolean ASN1TaggedObject.asn1Equals(DERObject o)
           
(package private)  boolean DERGeneralString.asn1Equals(DERObject o)
           
(package private) abstract  boolean ASN1Object.asn1Equals(DERObject o)
           
(package private)  boolean ASN1Sequence.asn1Equals(DERObject o)
           
protected  boolean DERBMPString.asn1Equals(DERObject o)
           
(package private)  boolean DERInteger.asn1Equals(DERObject o)
           
(package private)  boolean DERObjectIdentifier.asn1Equals(DERObject o)
           
(package private)  boolean DERVisibleString.asn1Equals(DERObject o)
           
(package private)  boolean DERUniversalString.asn1Equals(DERObject o)
           
(package private)  boolean ASN1OctetString.asn1Equals(DERObject o)
           
(package private)  boolean DEREnumerated.asn1Equals(DERObject o)
           
(package private)  boolean DERUTCTime.asn1Equals(DERObject o)
           
(package private)  boolean DERPrintableString.asn1Equals(DERObject o)
           
(package private)  boolean DERGeneralizedTime.asn1Equals(DERObject o)
           
(package private)  boolean DERNumericString.asn1Equals(DERObject o)
           
(package private)  boolean ASN1Set.asn1Equals(DERObject o)
           
(package private)  boolean DERT61String.asn1Equals(DERObject o)
           
protected  boolean DERBitString.asn1Equals(DERObject o)
           
(package private)  boolean ASN1Null.asn1Equals(DERObject o)
           
protected  boolean DERBoolean.asn1Equals(DERObject o)
           
(package private)  boolean DERIA5String.asn1Equals(DERObject o)
           
private  BERConstructedOctetString ASN1InputStream.buildConstructedOctetString(DERObject sentinel)
           
private  ASN1EncodableVector ASN1InputStream.buildEncodableVector(DERObject sentinel)
           
 

Constructors in kz.gamma.asn1 with parameters of type DERObject
BERConstructedOctetString(DERObject obj)
           
 

Uses of DERObject in kz.gamma.asn1.cms
 

Fields in kz.gamma.asn1.cms declared as DERObject
(package private)  DERObject Time.time
           
 

Methods in kz.gamma.asn1.cms that return DERObject
 DERObject EncryptedContentInfo.toASN1Object()
          Produce an object suitable for an ASN1OutputStream.
 DERObject KEKIdentifier.toASN1Object()
          Produce an object suitable for an ASN1OutputStream.
 DERObject SignedData.toASN1Object()
          Produce an object suitable for an ASN1OutputStream.
 DERObject OriginatorIdentifierOrKey.toASN1Object()
          Produce an object suitable for an ASN1OutputStream.
 DERObject PasswordRecipientInfo.toASN1Object()
          Produce an object suitable for an ASN1OutputStream.
 DERObject RecipientEncryptedKey.toASN1Object()
          Produce an object suitable for an ASN1OutputStream.
 DERObject OtherKeyAttribute.toASN1Object()
          Produce an object suitable for an ASN1OutputStream.
 DERObject ContentInfo.toASN1Object()
          Produce an object suitable for an ASN1OutputStream.
 DERObject CompressedData.toASN1Object()
           
 DERObject RecipientIdentifier.toASN1Object()
          Produce an object suitable for an ASN1OutputStream.
 DERObject KEKRecipientInfo.toASN1Object()
          Produce an object suitable for an ASN1OutputStream.
 DERObject EnvelopedData.toASN1Object()
          Produce an object suitable for an ASN1OutputStream.
 DERObject EncryptedData.toASN1Object()
           EncryptedData ::= SEQUENCE { version CMSVersion, encryptedContentInfo EncryptedContentInfo, unprotectedAttrs [1] IMPLICIT UnprotectedAttributes OPTIONAL }
 DERObject IssuerAndSerialNumber.toASN1Object()
           
 DERObject KeyAgreeRecipientIdentifier.toASN1Object()
          Produce an object suitable for an ASN1OutputStream.
 DERObject KeyTransRecipientInfo.toASN1Object()
          Produce an object suitable for an ASN1OutputStream.
 DERObject RecipientKeyIdentifier.toASN1Object()
          Produce an object suitable for an ASN1OutputStream.
 DERObject SignerInfo.toASN1Object()
          Produce an object suitable for an ASN1OutputStream.
 DERObject SignerIdentifier.toASN1Object()
          Produce an object suitable for an ASN1OutputStream.
 DERObject Time.toASN1Object()
          Produce an object suitable for an ASN1OutputStream.
 DERObject KeyAgreeRecipientInfo.toASN1Object()
          Produce an object suitable for an ASN1OutputStream.
 DERObject RecipientInfo.toASN1Object()
          Produce an object suitable for an ASN1OutputStream.
 DERObject OtherRecipientInfo.toASN1Object()
          Produce an object suitable for an ASN1OutputStream.
 DERObject OriginatorPublicKey.toASN1Object()
          Produce an object suitable for an ASN1OutputStream.
 DERObject Attribute.toASN1Object()
          Produce an object suitable for an ASN1OutputStream.
 DERObject OriginatorInfo.toASN1Object()
          Produce an object suitable for an ASN1OutputStream.
 

Constructors in kz.gamma.asn1.cms with parameters of type DERObject
OriginatorIdentifierOrKey(DERObject id)
           
RecipientIdentifier(DERObject id)
           
RecipientInfo(DERObject info)
           
SignerIdentifier(DERObject id)
           
Time(DERObject time)
           
 

Uses of DERObject in kz.gamma.asn1.cryptopro
 

Methods in kz.gamma.asn1.cryptopro that return DERObject
 DERObject GOST3410ParamSetParameters.toASN1Object()
           
 DERObject GOST3410PublicKeyAlgParameters.toASN1Object()
           
 DERObject ECGOST3410ParamSetParameters.toASN1Object()
           
 DERObject GOST28147Parameters.toASN1Object()
           Gost28147-89-Parameters ::= SEQUENCE { iv Gost28147-89-IV, encryptionParamSet OBJECT IDENTIFIER }

Gost28147-89-IV ::= OCTET STRING (SIZE (8))

 

Uses of DERObject in kz.gamma.asn1.dvcs
 

Methods in kz.gamma.asn1.dvcs that return DERObject
 DERObject DVCSTime.toASN1Object()
           
 DERObject DVCSRequestInformation.toASN1Object()
           
 DERObject DVCSCertInfo.toASN1Object()
           
 DERObject ServiceType.toASN1Object()
           
 DERObject DVCSResponse.toASN1Object()
           
 DERObject TargetEtcChain.toASN1Object()
           
 DERObject CertEtcToken.toASN1Object()
           
 DERObject PathProcInput.toASN1Object()
           
 DERObject DVCSErrorNotice.toASN1Object()
           
 

Uses of DERObject in kz.gamma.asn1.misc
 

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

Methods in kz.gamma.asn1.misc that return DERObject
 DERObject CAST5CBCParameters.toASN1Object()
          Produce an object suitable for an ASN1OutputStream.
 DERObject IDEACBCPar.toASN1Object()
          Produce an object suitable for an ASN1OutputStream.
 

Uses of DERObject in kz.gamma.asn1.ocsp
 

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

Fields in kz.gamma.asn1.ocsp declared as DERObject
(package private)  DERObject ServiceLocator.locator
           
 

Methods in kz.gamma.asn1.ocsp that return DERObject
 DERObject SingleResponse.toASN1Object()
          Produce an object suitable for an ASN1OutputStream.
 DERObject OCSPResponse.toASN1Object()
          Produce an object suitable for an ASN1OutputStream.
 DERObject ResponseData.toASN1Object()
          Produce an object suitable for an ASN1OutputStream.
 DERObject ResponseBytes.toASN1Object()
          Produce an object suitable for an ASN1OutputStream.
 DERObject ServiceLocator.toASN1Object()
          Produce an object suitable for an ASN1OutputStream.
 DERObject CrlID.toASN1Object()
          Produce an object suitable for an ASN1OutputStream.
 DERObject BasicOCSPResponse.toASN1Object()
          Produce an object suitable for an ASN1OutputStream.
 DERObject ResponderID.toASN1Object()
          Produce an object suitable for an ASN1OutputStream.
 DERObject CertStatus.toASN1Object()
          Produce an object suitable for an ASN1OutputStream.
 DERObject CertID.toASN1Object()
          Produce an object suitable for an ASN1OutputStream.
 DERObject RevokedInfo.toASN1Object()
          Produce an object suitable for an ASN1OutputStream.
 DERObject OCSPRequest.toASN1Object()
          Produce an object suitable for an ASN1OutputStream.
 DERObject TBSRequest.toASN1Object()
          Produce an object suitable for an ASN1OutputStream.
 DERObject Signature.toASN1Object()
          Produce an object suitable for an ASN1OutputStream.
 DERObject Request.toASN1Object()
          Produce an object suitable for an ASN1OutputStream.
 

Uses of DERObject in kz.gamma.asn1.oiw
 

Methods in kz.gamma.asn1.oiw that return DERObject
 DERObject ElGamalParameter.toASN1Object()
           
 

Uses of DERObject in kz.gamma.asn1.pkcs
 

Fields in kz.gamma.asn1.pkcs declared as DERObject
(package private)  DERObject EncryptedData.bagValue
           
(package private)  DERObject SafeBag.bagValue
           
(package private)  DERObject CertBag.certValue
           
(package private)  DERObject EncryptionScheme.obj
           
(package private)  DERObject EncryptionScheme.objectId
           
private  DERObject PrivateKeyInfo.privKey
           
 

Methods in kz.gamma.asn1.pkcs that return DERObject
 DERObject SafeBag.getBagValue()
           
 DERObject CertBag.getCertValue()
           
 DERObject EncryptionScheme.getDERObject()
           
 DERObject PBES2Algorithms.getDERObject()
          Deprecated.  
 DERObject EncryptionScheme.getObject()
           
 DERObject PrivateKeyInfo.getPrivateKey()
           
 DERObject PKCS12PBEParams.toASN1Object()
           
 DERObject SignedData.toASN1Object()
          Produce an object suitable for an ASN1OutputStream.
 DERObject RSAESOAEPparams.toASN1Object()
           RSAES-OAEP-params ::= SEQUENCE { hashAlgorithm [0] OAEP-PSSDigestAlgorithms DEFAULT sha1, maskGenAlgorithm [1] PKCS1MGFAlgorithms DEFAULT mgf1SHA1, pSourceAlgorithm [2] PKCS1PSourceAlgorithms DEFAULT pSpecifiedEmpty }

OAEP-PSSDigestAlgorithms ALGORITHM-IDENTIFIER ::= { { OID id-sha1 PARAMETERS NULL }| { OID id-sha256 PARAMETERS NULL }| { OID id-sha384 PARAMETERS NULL }| { OID id-sha512 PARAMETERS NULL }, ... -- Allows for future expansion -- } PKCS1MGFAlgorithms ALGORITHM-IDENTIFIER ::= { { OID id-mgf1 PARAMETERS OAEP-PSSDigestAlgorithms }, ... -- Allows for future expansion -- } PKCS1PSourceAlgorithms ALGORITHM-IDENTIFIER ::= { { OID id-pSpecified PARAMETERS OCTET STRING }, ... -- Allows for future expansion -- }

 DERObject DHParameter.toASN1Object()
           
 DERObject Pfx.toASN1Object()
           
 DERObject ContentInfo.toASN1Object()
          Produce an object suitable for an ASN1OutputStream.
 DERObject PBES2Parameters.toASN1Object()
           
 DERObject CertificationRequest.toASN1Object()
           
 DERObject AuthenticatedSafe.toASN1Object()
           
 DERObject EncryptedData.toASN1Object()
           
 DERObject IssuerAndSerialNumber.toASN1Object()
           
 DERObject PrivateKeyInfo.toASN1Object()
          write out an RSA private key with it's asscociated information as described in PKCS8.
 DERObject CertificationRequestInfo.toASN1Object()
           
 DERObject RC2CBCParameter.toASN1Object()
           
 DERObject SignerInfo.toASN1Object()
          Produce an object suitable for an ASN1OutputStream.
 DERObject MacData.toASN1Object()
           
 DERObject CertBag.toASN1Object()
           
 DERObject SafeBag.toASN1Object()
           
 DERObject EncryptedPrivateKeyInfo.toASN1Object()
          Produce an object suitable for an ASN1OutputStream.
 DERObject RSAPrivateKeyStructure.toASN1Object()
          This outputs the key in PKCS1v2 format.
 DERObject PBKDF2Params.toASN1Object()
           
 DERObject RSASSAPSSparams.toASN1Object()
           RSASSA-PSS-params ::= SEQUENCE { hashAlgorithm [0] OAEP-PSSDigestAlgorithms DEFAULT sha1, maskGenAlgorithm [1] PKCS1MGFAlgorithms DEFAULT mgf1SHA1, saltLength [2] INTEGER DEFAULT 20, trailerField [3] TrailerField DEFAULT trailerFieldBC }

OAEP-PSSDigestAlgorithms ALGORITHM-IDENTIFIER ::= { { OID id-sha1 PARAMETERS NULL }| { OID id-sha256 PARAMETERS NULL }| { OID id-sha384 PARAMETERS NULL }| { OID id-sha512 PARAMETERS NULL }, ... -- Allows for future expansion -- }

PKCS1MGFAlgorithms ALGORITHM-IDENTIFIER ::= { { OID id-mgf1 PARAMETERS OAEP-PSSDigestAlgorithms }, ... -- Allows for future expansion -- }

TrailerField ::= INTEGER { trailerFieldBC(1) }

 DERObject Attribute.toASN1Object()
          Produce an object suitable for an ASN1OutputStream.
 

Constructors in kz.gamma.asn1.pkcs with parameters of type DERObject
CertBag(DERObjectIdentifier certId, DERObject certValue)
           
PrivateKeyInfo(AlgorithmIdentifier algId, DERObject privateKey)
           
PrivateKeyInfo(AlgorithmIdentifier algId, DERObject privateKey, ASN1Set attributes)
           
SafeBag(DERObjectIdentifier oid, DERObject obj)
           
SafeBag(DERObjectIdentifier oid, DERObject obj, ASN1Set bagAttributes)
           
 

Uses of DERObject in kz.gamma.asn1.smime
 

Methods in kz.gamma.asn1.smime that return DERObject
 DERObject SMIMECapabilities.toASN1Object()
          Produce an object suitable for an ASN1OutputStream.
 DERObject SMIMECapability.toASN1Object()
          Produce an object suitable for an ASN1OutputStream.
 

Uses of DERObject in kz.gamma.asn1.util
 

Methods in kz.gamma.asn1.util with parameters of type DERObject
(package private) static java.lang.String ASN1Dump._dumpAsString(java.lang.String indent, DERObject obj)
          dump a DER object as a formatted string with indentation
static java.lang.String DERDump.dumpAsString(DERObject obj)
          Deprecated. dump out a DER object as a formatted string
 

Uses of DERObject in kz.gamma.asn1.x500
 

Methods in kz.gamma.asn1.x500 that return DERObject
 DERObject AttributeTypeAndValue.toASN1Object()
           AttributeTypeAndValue ::= SEQUENCE { type OBJECT IDENTIFIER, value ANY DEFINED BY type }
 DERObject RDN.toASN1Object()
           RelativeDistinguishedName ::= SET OF AttributeTypeAndValue AttributeTypeAndValue ::= SEQUENCE { type AttributeType, value AttributeValue }
 DERObject X500Name.toASN1Object()
           
 DERObject DirectoryString.toASN1Object()
           DirectoryString ::= CHOICE { teletexString TeletexString (SIZE (1..MAX)), printableString PrintableString (SIZE (1..MAX)), universalString UniversalString (SIZE (1..MAX)), utf8String UTF8String (SIZE (1..MAX)), bmpString BMPString (SIZE (1..MAX)) }
 

Uses of DERObject in kz.gamma.asn1.x509
 

Subclasses of DERObject 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.
 

Fields in kz.gamma.asn1.x509 declared as DERObject
(package private)  DERObject AttCertIssuer.choiceObj
           
(package private)  DERObject Time.time
           
 

Methods in kz.gamma.asn1.x509 that return DERObject
protected  DERObject X509NameEntryConverter.convertHexEncoded(java.lang.String str, int off)
          Convert an inline encoded hex string rendition of an ASN.1 object back into its corresponding ASN.1 object.
 DERObject X509DefaultEntryConverter.getConvertedValue(DERObjectIdentifier oid, java.lang.String value)
          Apply default coversion for the given value depending on the oid and the character range of the value.
abstract  DERObject X509NameEntryConverter.getConvertedValue(DERObjectIdentifier oid, java.lang.String value)
          Convert the passed in String value into the appropriate ASN.1 encoded object.
 DERObject SubjectPublicKeyInfo.getPublicKey()
          for when the public key is an encoded object - if the bitstring can't be decoded this routine throws an IOException.
 DERObject GeneralName.toASN1Object()
           
 DERObject GeneralNames.toASN1Object()
          Produce an object suitable for an ASN1OutputStream.
 DERObject AuthorityKeyIdentifier.toASN1Object()
          Produce an object suitable for an ASN1OutputStream.
 DERObject Holder.toASN1Object()
           
 DERObject X509Extensions.toASN1Object()
           Extensions ::= SEQUENCE SIZE (1..MAX) OF Extension

Extension ::= SEQUENCE { extnId EXTENSION.

 DERObject PolicyQualifierInfo.toASN1Object()
          Returns a DER-encodable representation of this instance.
 DERObject AttributeCertificateInfo.toASN1Object()
          Produce an object suitable for an ASN1OutputStream.
 DERObject AccessDescription.toASN1Object()
           
 DERObject CertificateList.toASN1Object()
           
 DERObject AttCertValidityPeriod.toASN1Object()
          Produce an object suitable for an ASN1OutputStream.
 DERObject Target.toASN1Object()
          Produce an object suitable for an ASN1OutputStream.
 DERObject CertificatePair.toASN1Object()
          Produce an object suitable for an ASN1OutputStream.
 DERObject Targets.toASN1Object()
          Produce an object suitable for an ASN1OutputStream.
 DERObject TargetInformation.toASN1Object()
          Produce an object suitable for an ASN1OutputStream.
 DERObject AttCertIssuer.toASN1Object()
          Produce an object suitable for an ASN1OutputStream.
 DERObject IetfAttrSyntax.toASN1Object()
          

IetfAttrSyntax ::= SEQUENCE { policyAuthority [0] GeneralNames OPTIONAL, values SEQUENCE OF CHOICE { octets OCTET STRING, oid OBJECT IDENTIFIER, string UTF8String } }

 DERObject GeneralSubtree.toASN1Object()
          Produce an object suitable for an ASN1OutputStream.
 DERObject CertificatePolicies.toASN1Object()
          Deprecated. use an ASN1Sequence of PolicyInformation
 DERObject AttributeCertificate.toASN1Object()
          Produce an object suitable for an ASN1OutputStream.
 DERObject SubjectKeyIdentifier.toASN1Object()
           
 DERObject RoleSyntax.toASN1Object()
          Implementation of the method toASN1Object as required by the superclass ASN1Encodable.
 DERObject RSAPublicKeyStructure.toASN1Object()
          This outputs the key in PKCS1v2 format.
 DERObject UserNotice.toASN1Object()
           
 DERObject NoticeReference.toASN1Object()
          Describe toASN1Object method here.
 DERObject ExtendedKeyUsage.toASN1Object()
           
 DERObject X509Name.toASN1Object()
           
 DERObject AuthorityInformationAccess.toASN1Object()
           
 DERObject Extension.toASN1Object()
           
 DERObject IssuerSerial.toASN1Object()
          Produce an object suitable for an ASN1OutputStream.
 DERObject PrivateKeyUsagePeriod.toASN1Object()
           
 DERObject SubjectDirectoryAttributes.toASN1Object()
          Produce an object suitable for an ASN1OutputStream.
 DERObject DSAParameter.toASN1Object()
           
 DERObject Time.toASN1Object()
          Produce an object suitable for an ASN1OutputStream.
 DERObject TBSCertificate.toASN1Object()
           
 DERObject IssuingDistributionPoint.toASN1Object()
           
 DERObject ObjectDigestInfo.toASN1Object()
          Produce an object suitable for an ASN1OutputStream.
 DERObject Certificate.toASN1Object()
           
 DERObject PolicyInformation.toASN1Object()
           
 DERObject SubjectPublicKeyInfo.toASN1Object()
          Produce an object suitable for an ASN1OutputStream.
 DERObject V2Form.toASN1Object()
          Produce an object suitable for an ASN1OutputStream.
 DERObject NameConstraints.toASN1Object()
           
 DERObject BasicConstraints.toASN1Object()
          Produce an object suitable for an ASN1OutputStream.
 DERObject CRLDistPoint.toASN1Object()
          Produce an object suitable for an ASN1OutputStream.
 DERObject DigestInfo.toASN1Object()
           
 DERObject PolicyMappings.toASN1Object()
           
 DERObject DisplayText.toASN1Object()
           
 DERObject Attribute.toASN1Object()
          Produce an object suitable for an ASN1OutputStream.
 DERObject Extensions.toASN1Object()
           Extensions ::= SEQUENCE SIZE (1..MAX) OF Extension Extension ::= SEQUENCE { extnId EXTENSION.
 DERObject TBSCertList.toASN1Object()
           
 DERObject TBSCertList.CRLEntry.toASN1Object()
           
 DERObject DistributionPointName.toASN1Object()
           
 DERObject TBSCertificateStructure.toASN1Object()
           
 DERObject AlgorithmIdentifier.toASN1Object()
          Produce an object suitable for an ASN1OutputStream.
 DERObject DistributionPoint.toASN1Object()
           
 DERObject X509CertificateStructure.toASN1Object()
           
 

Constructors in kz.gamma.asn1.x509 with parameters of type DERObject
GeneralName(DERObject name, int tag)
          Deprecated. this constructor seems the wrong way round! Use GeneralName(tag, name).
Time(DERObject time)
           
 

Uses of DERObject in kz.gamma.asn1.x509.qualified
 

Methods in kz.gamma.asn1.x509.qualified that return DERObject
 DERObject TypeOfBiometricData.toASN1Object()
           
 DERObject SemanticsInformation.toASN1Object()
           
 DERObject MonetaryValue.toASN1Object()
           
 DERObject BiometricData.toASN1Object()
           
 DERObject Iso4217CurrencyCode.toASN1Object()
           
 DERObject QCStatement.toASN1Object()
           
 

Uses of DERObject in kz.gamma.asn1.x509.sigi
 

Methods in kz.gamma.asn1.x509.sigi that return DERObject
 DERObject NameOrPseudonym.toASN1Object()
          Produce an object suitable for an ASN1OutputStream.
 DERObject PersonalData.toASN1Object()
          Produce an object suitable for an ASN1OutputStream.
 

Uses of DERObject in kz.gamma.asn1.x9
 

Fields in kz.gamma.asn1.x9 declared as DERObject
private  DERObject X9FieldID.parameters
           
 

Methods in kz.gamma.asn1.x9 that return DERObject
 DERObject X9FieldID.getParameters()
           
 DERObject OtherInfo.toASN1Object()
          Produce an object suitable for an ASN1OutputStream.
 DERObject X9FieldID.toASN1Object()
          Produce a DER encoding of the following structure.
 DERObject KeySpecificInfo.toASN1Object()
          Produce an object suitable for an ASN1OutputStream.
 

Uses of DERObject in kz.gamma.cms
 

Methods in kz.gamma.cms that return DERObject
 DERObject CMSVistaEnvelopedData.getAttributeByOid(AttributeTable attributeTable, java.lang.String oid)
          Получение атрибута
private static DERObject CMSSignedDataParser.makeObj(byte[] encoding)
           
private  DERObject CMSVistaSignedDataGenerator.makeObj(byte[] encoding)
           
private  DERObject CMSSignedDataStreamGenerator.makeObj(byte[] encoding)
           
private static DERObject CMSSignedData.makeObj(byte[] encoding)
           
private  DERObject CMSCompressedDataGenerator.makeObj(byte[] encoding)
           
private  DERObject CMSSignedDataGenerator.makeObj(byte[] encoding)
           
 DERObject CMSGammaEnvelopedData.RecipientInfGamma.toASN1Object()
           
 DERObject CMSVistaEnvelopedData.RecipientInfoGamma.toASN1Object()
           
 

Uses of DERObject in kz.gamma.jce
 

Methods in kz.gamma.jce that return DERObject
 DERObject X509KeyUsage.toASN1Object()
           
 

Uses of DERObject in kz.gamma.jce.provider
 

Methods in kz.gamma.jce.provider that return DERObject
protected static DERObject CertPathValidatorUtilities.getExtensionValue(java.security.cert.X509Extension ext, java.lang.String oid)
          extract the value of the given extension, if it exists.
private static DERObject CertPathValidatorUtilities.getObject(java.lang.String oid, byte[] ext)
           
private  DERObject PKIXCertPath.toASN1Object(java.security.cert.X509Certificate cert)
          Return a DERObject containing the encoded certificate.
 

Uses of DERObject in kz.gamma.x509
 

Methods in kz.gamma.x509 that return DERObject
 DERObject X509Attribute.toASN1Object()
           
 



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