Uses of Class
org.apache.geronimo.util.asn1.DERObject

Packages that use DERObject
org.apache.geronimo.util.asn1   
org.apache.geronimo.util.asn1.misc   
org.apache.geronimo.util.asn1.pkcs   
org.apache.geronimo.util.asn1.sec   
org.apache.geronimo.util.asn1.util   
org.apache.geronimo.util.asn1.x509   
 

Uses of DERObject in org.apache.geronimo.util.asn1
 

Subclasses of DERObject in org.apache.geronimo.util.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 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.
 

Methods in org.apache.geronimo.util.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, byte[] bytes)
          build an object given its tag and a byte stream to construct it from.
 DERObject DEREncodable.getDERObject()
           
 DERObject ASN1Encodable.getDERObject()
           
 DERObject DERApplicationSpecific.getObject()
           
 DERObject ASN1TaggedObject.getObject()
          return whatever was following the tag.
 DERObject DERInputStream.readObject()
          Deprecated.  
 DERObject BERInputStream.readObject()
          Deprecated.  
 DERObject ASN1InputStream.readObject()
           
 DERObject DERObject.toASN1Object()
           
abstract  DERObject ASN1Encodable.toASN1Object()
           
 

Constructors in org.apache.geronimo.util.asn1 with parameters of type DERObject
BERConstructedOctetString(DERObject obj)
           
 

Uses of DERObject in org.apache.geronimo.util.asn1.misc
 

Subclasses of DERObject in org.apache.geronimo.util.asn1.misc
 class NetscapeCertType
          The NetscapeCertType object.
 class NetscapeRevocationURL
           
 class VerisignCzagExtension
           
 

Uses of DERObject in org.apache.geronimo.util.asn1.pkcs
 

Methods in org.apache.geronimo.util.asn1.pkcs that return DERObject
 DERObject PrivateKeyInfo.getPrivateKey()
           
 DERObject RSAPrivateKeyStructure.toASN1Object()
          This outputs the key in PKCS1v2 format.
 DERObject PrivateKeyInfo.toASN1Object()
          write out an RSA private key with it's asscociated information as described in PKCS8.
 DERObject DHParameter.toASN1Object()
           
 DERObject CertificationRequestInfo.toASN1Object()
           
 DERObject CertificationRequest.toASN1Object()
           
 

Constructors in org.apache.geronimo.util.asn1.pkcs with parameters of type DERObject
PrivateKeyInfo(AlgorithmIdentifier algId, DERObject privateKey)
           
 

Uses of DERObject in org.apache.geronimo.util.asn1.sec
 

Methods in org.apache.geronimo.util.asn1.sec that return DERObject
 DERObject ECPrivateKeyStructure.toASN1Object()
           
 

Uses of DERObject in org.apache.geronimo.util.asn1.util
 

Methods in org.apache.geronimo.util.asn1.util with parameters of type DERObject
static String DERDump.dumpAsString(DERObject obj)
          Deprecated. dump out a DER object as a formatted string
 

Uses of DERObject in org.apache.geronimo.util.asn1.x509
 

Subclasses of DERObject in org.apache.geronimo.util.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 org.apache.geronimo.util.asn1.x509 that return DERObject
protected  DERObject X509NameEntryConverter.convertHexEncoded(String str, int off)
          Convert an inline encoded hex string rendition of an ASN.1 object back into its corresponding ASN.1 object.
abstract  DERObject X509NameEntryConverter.getConvertedValue(DERObjectIdentifier oid, String value)
          Convert the passed in String value into the appropriate ASN.1 encoded object.
 DERObject X509DefaultEntryConverter.getConvertedValue(DERObjectIdentifier oid, String value)
          Apply default coversion for the given value depending on the oid and the character range of the value.
 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 X509Name.toASN1Object()
           
 DERObject X509Extensions.toASN1Object()
           Extensions ::= SEQUENCE SIZE (1..MAX) OF Extension Extension ::= SEQUENCE { extnId EXTENSION.
 DERObject X509CertificateStructure.toASN1Object()
           
 DERObject V2Form.toASN1Object()
          Produce an object suitable for an ASN1OutputStream.
 DERObject UserNotice.toASN1Object()
           
 DERObject Time.toASN1Object()
          Produce an object suitable for an ASN1OutputStream.
 DERObject TBSCertList.toASN1Object()
           
 DERObject TBSCertList.CRLEntry.toASN1Object()
           
 DERObject TBSCertificateStructure.toASN1Object()
           
 DERObject SubjectPublicKeyInfo.toASN1Object()
          Produce an object suitable for an ASN1OutputStream.
 DERObject RSAPublicKeyStructure.toASN1Object()
          This outputs the key in PKCS1v2 format.
 DERObject PolicyQualifierInfo.toASN1Object()
          Returns a DER-encodable representation of this instance.
 DERObject PolicyMappings.toASN1Object()
           
 DERObject PolicyInformation.toASN1Object()
           
 DERObject ObjectDigestInfo.toASN1Object()
          Produce an object suitable for an ASN1OutputStream.
 DERObject NoticeReference.toASN1Object()
          Describe toASN1Object method here.
 DERObject NameConstraints.toASN1Object()
           
 DERObject IssuingDistributionPoint.toASN1Object()
           
 DERObject IssuerSerial.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 Holder.toASN1Object()
           
 DERObject GeneralSubtree.toASN1Object()
           
 DERObject GeneralNames.toASN1Object()
          Produce an object suitable for an ASN1OutputStream.
 DERObject GeneralName.toASN1Object()
           
 DERObject ExtendedKeyUsage.toASN1Object()
           
 DERObject DSAParameter.toASN1Object()
           
 DERObject DistributionPointName.toASN1Object()
           
 DERObject DistributionPoint.toASN1Object()
           
 DERObject DisplayText.toASN1Object()
           
 DERObject DigestInfo.toASN1Object()
           
 DERObject CRLDistPoint.toASN1Object()
          Produce an object suitable for an ASN1OutputStream.
 DERObject CertificatePolicies.toASN1Object()
          Deprecated. use an ASN1Sequence of PolicyInformation
 DERObject CertificateList.toASN1Object()
           
 DERObject BasicConstraints.toASN1Object()
          Produce an object suitable for an ASN1OutputStream.
 DERObject AuthorityInformationAccess.toASN1Object()
           
 DERObject AttributeCertificateInfo.toASN1Object()
          Produce an object suitable for an ASN1OutputStream.
 DERObject AttributeCertificate.toASN1Object()
          Produce an object suitable for an ASN1OutputStream.
 DERObject Attribute.toASN1Object()
          Produce an object suitable for an ASN1OutputStream.
 DERObject AttCertValidityPeriod.toASN1Object()
          Produce an object suitable for an ASN1OutputStream.
 DERObject AttCertIssuer.toASN1Object()
          Produce an object suitable for an ASN1OutputStream.
 DERObject AlgorithmIdentifier.toASN1Object()
          Produce an object suitable for an ASN1OutputStream.
 DERObject AccessDescription.toASN1Object()
           
 

Constructors in org.apache.geronimo.util.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)
           
 



Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.