Skip navigation links

Oracle Fusion Middleware Crypto Java API Reference for Oracle Security Developer Tools
11g Release 1 (11.1.1)

E10668-05


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, CBCAlgorithmIdentifier, DHKey, DHParams, DHPrivateKey, DHPublicKey, DigestInfo, DSAParams, DSAPrivateKey, DSAPublicKey, OAEPAlgorithmIdentifier, PBEAlgorithmIdentifier, PBMacAlgID, PKCS5, PrivateKeyPKCS8, RC2AlgorithmIdentifier, RSAKey, RSAPrivateKey, RSAPrivateKeyPKCS8, RSAPublicKey

public interface ASN1Object
extends Streamable

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


Method Summary

 

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

 


Skip navigation links

Oracle Fusion Middleware Crypto Java API Reference for Oracle Security Developer Tools
11g Release 1 (11.1.1)

E10668-05


Copyright © 2005, 2013, Oracle. All rights reserved.