Oracle Security Developer Tools Crypto Java API Reference
10g Release 2 (10.1.2.0.2)

B15565-01


oracle.security.crypto.asn1
Interface ASN1Object

All Superinterfaces:
Streamable
All Known Subinterfaces:
ASN1Constructed, ASN1TaggedObject, PrivateKey, PublicKey
All Known Implementing Classes:
AlgorithmIdentifier, ASN1BitString, ASN1Boolean, ASN1Date, ASN1GenericConstructed, ASN1GenericPrimitive, ASN1Integer, ASN1Null, ASN1ObjectID, ASN1OctetString, ASN1Sequence, ASN1Set, ASN1String, DHKey, DHParams, DHPrivateKey, DHPublicKey, DigestInfo, DSAParams, DSAPrivateKey, DSAPublicKey, PKCS5, PrivateKeyPKCS8, RSAKey, RSAPrivateKey, RSAPublicKey

public interface ASN1Object
extends Streamable

A streamable object which uses ASN.1 encodings as its input/output format.


Methods inherited from interface oracle.security.crypto.util.Streamable
input, length, output

 


Oracle Security Developer Tools Crypto Java API Reference
10g Release 2 (10.1.2.0.2)

B15565-01


Copyright © 2005 , Oracle. All rights reserved.