|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of DERObject in org.apache.geronimo.crypto.asn1 |
---|
Subclasses of DERObject in org.apache.geronimo.crypto.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.crypto.asn1 that return DERObject | |
---|---|
protected DERObject |
ASN1InputStream.buildObject(int tag,
byte[] bytes)
build an object given its tag and a byte stream to construct it from. |
protected DERObject |
DERInputStream.buildObject(int tag,
byte[] bytes)
Deprecated. build an object given its tag and a byte stream to construct it from. |
DERObject |
ASN1Encodable.getDERObject()
|
DERObject |
DEREncodable.getDERObject()
|
DERObject |
ASN1TaggedObject.getObject()
return whatever was following the tag. |
DERObject |
DERApplicationSpecific.getObject()
|
DERObject |
ASN1InputStream.readObject()
|
DERObject |
BERInputStream.readObject()
Deprecated. |
DERObject |
DERInputStream.readObject()
Deprecated. |
abstract DERObject |
ASN1Encodable.toASN1Object()
|
DERObject |
DERObject.toASN1Object()
|
Constructors in org.apache.geronimo.crypto.asn1 with parameters of type DERObject | |
---|---|
BERConstructedOctetString(DERObject obj)
|
Uses of DERObject in org.apache.geronimo.crypto.asn1.misc |
---|
Subclasses of DERObject in org.apache.geronimo.crypto.asn1.misc | |
---|---|
class |
NetscapeCertType
The NetscapeCertType object. |
class |
NetscapeRevocationURL
|
class |
VerisignCzagExtension
|
Uses of DERObject in org.apache.geronimo.crypto.asn1.pkcs |
---|
Methods in org.apache.geronimo.crypto.asn1.pkcs that return DERObject | |
---|---|
DERObject |
PrivateKeyInfo.getPrivateKey()
|
DERObject |
CertificationRequest.toASN1Object()
|
DERObject |
CertificationRequestInfo.toASN1Object()
|
DERObject |
DHParameter.toASN1Object()
|
DERObject |
PrivateKeyInfo.toASN1Object()
write out an RSA private key with it's asscociated information as described in PKCS8. |
DERObject |
RSAPrivateKeyStructure.toASN1Object()
This outputs the key in PKCS1v2 format. |
Constructors in org.apache.geronimo.crypto.asn1.pkcs with parameters of type DERObject | |
---|---|
PrivateKeyInfo(AlgorithmIdentifier algId,
DERObject privateKey)
|
Uses of DERObject in org.apache.geronimo.crypto.asn1.sec |
---|
Methods in org.apache.geronimo.crypto.asn1.sec that return DERObject | |
---|---|
DERObject |
ECPrivateKeyStructure.toASN1Object()
|
Uses of DERObject in org.apache.geronimo.crypto.asn1.util |
---|
Methods in org.apache.geronimo.crypto.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.crypto.asn1.x509 |
---|
Subclasses of DERObject in org.apache.geronimo.crypto.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.crypto.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. |
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. |
abstract DERObject |
X509NameEntryConverter.getConvertedValue(DERObjectIdentifier oid,
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 |
AccessDescription.toASN1Object()
|
DERObject |
AlgorithmIdentifier.toASN1Object()
Produce an object suitable for an ASN1OutputStream. |
DERObject |
AttCertIssuer.toASN1Object()
Produce an object suitable for an ASN1OutputStream. |
DERObject |
AttCertValidityPeriod.toASN1Object()
Produce an object suitable for an ASN1OutputStream. |
DERObject |
Attribute.toASN1Object()
Produce an object suitable for an ASN1OutputStream. |
DERObject |
AttributeCertificate.toASN1Object()
Produce an object suitable for an ASN1OutputStream. |
DERObject |
AttributeCertificateInfo.toASN1Object()
Produce an object suitable for an ASN1OutputStream. |
DERObject |
AuthorityInformationAccess.toASN1Object()
|
DERObject |
BasicConstraints.toASN1Object()
Produce an object suitable for an ASN1OutputStream. |
DERObject |
CertificateList.toASN1Object()
|
DERObject |
CertificatePolicies.toASN1Object()
Deprecated. use an ASN1Sequence of PolicyInformation |
DERObject |
CRLDistPoint.toASN1Object()
Produce an object suitable for an ASN1OutputStream. |
DERObject |
DigestInfo.toASN1Object()
|
DERObject |
DisplayText.toASN1Object()
|
DERObject |
DistributionPoint.toASN1Object()
|
DERObject |
DistributionPointName.toASN1Object()
|
DERObject |
DSAParameter.toASN1Object()
|
DERObject |
ExtendedKeyUsage.toASN1Object()
|
DERObject |
GeneralName.toASN1Object()
|
DERObject |
GeneralNames.toASN1Object()
Produce an object suitable for an ASN1OutputStream. |
DERObject |
GeneralSubtree.toASN1Object()
|
DERObject |
Holder.toASN1Object()
|
DERObject |
IetfAttrSyntax.toASN1Object()
IetfAttrSyntax ::= SEQUENCE { policyAuthority [0] GeneralNames OPTIONAL, values SEQUENCE OF CHOICE { octets OCTET STRING, oid OBJECT IDENTIFIER, string UTF8String } } |
DERObject |
IssuerSerial.toASN1Object()
Produce an object suitable for an ASN1OutputStream. |
DERObject |
IssuingDistributionPoint.toASN1Object()
|
DERObject |
NameConstraints.toASN1Object()
|
DERObject |
NoticeReference.toASN1Object()
Describe toASN1Object method here. |
DERObject |
ObjectDigestInfo.toASN1Object()
Produce an object suitable for an ASN1OutputStream. |
DERObject |
PolicyInformation.toASN1Object()
|
DERObject |
PolicyMappings.toASN1Object()
|
DERObject |
PolicyQualifierInfo.toASN1Object()
Returns a DER-encodable representation of this instance. |
DERObject |
RSAPublicKeyStructure.toASN1Object()
This outputs the key in PKCS1v2 format. |
DERObject |
SubjectPublicKeyInfo.toASN1Object()
Produce an object suitable for an ASN1OutputStream. |
DERObject |
TBSCertificateStructure.toASN1Object()
|
DERObject |
TBSCertList.toASN1Object()
|
DERObject |
TBSCertList.CRLEntry.toASN1Object()
|
DERObject |
Time.toASN1Object()
Produce an object suitable for an ASN1OutputStream. |
DERObject |
UserNotice.toASN1Object()
|
DERObject |
V2Form.toASN1Object()
Produce an object suitable for an ASN1OutputStream. |
DERObject |
X509CertificateStructure.toASN1Object()
|
DERObject |
X509Extensions.toASN1Object()
Extensions ::= SEQUENCE SIZE (1..MAX) OF Extension Extension ::= SEQUENCE { extnId EXTENSION. |
DERObject |
X509Name.toASN1Object()
|
Constructors in org.apache.geronimo.crypto.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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |