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.util
Interface Streamable

All Known Subinterfaces:
ASN1Constructed, ASN1Object, ASN1TaggedObject, PrivateKey, PublicKey
All Known Implementing Classes:
AlgorithmIdentifier, ASN1BitString, ASN1Boolean, ASN1Date, ASN1GenericConstructed, ASN1GenericPrimitive, ASN1Header, 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 Streamable

An interface for an object that can be input and output from/to a stream.


Method Summary
 void input(java.io.InputStream is)
          Inputs this object from the specified input stream.
 int length()
          Length of this object's encoding.
 void output(java.io.OutputStream os)
          Outputs this object to the specified output stream.

 

Method Detail

output

void output(java.io.OutputStream os)
            throws java.io.IOException
Outputs this object to the specified output stream.
Throws:
java.io.IOException

input

void input(java.io.InputStream is)
           throws java.io.IOException
Inputs this object from the specified input stream.
Throws:
java.io.IOException

length

int length()
Length of this object's encoding.

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.