Skip navigation links

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

E10696-04


oracle.security.crypto.asn1
Class ASN1OctetString

java.lang.Object
  extended by oracle.security.crypto.asn1.ASN1OctetString

All Implemented Interfaces:
ASN1Object, ASN1TaggedObject, Streamable

public class ASN1OctetString
extends java.lang.Object
implements ASN1TaggedObject

The universal ASN.1 octet string type.

The input may be any valid BER encoding of an ASN.1 octet string. The output is always a DER encoding.


Constructor Summary
ASN1OctetString(byte[] value)
           
ASN1OctetString(java.io.InputStream is)
           

 

Method Summary
 ASN1Header getHeader()
           
 byte[] getValue()
           
 void input(java.io.InputStream is)
          Inputs this object from the specified input stream.
static byte[] inputValue(java.io.InputStream is)
           
 int length()
          Length of this object's encoding.
static ASN1Header makeHeader(int length)
           
 void output(java.io.OutputStream os)
          Outputs this object to the specified output stream.
static void outputValue(java.io.OutputStream os, byte[] value)
           
static void outputValue(java.io.OutputStream os, byte[] value, int offset, int len)
           
static void outputValueWithTag(java.io.OutputStream os, byte[] value, int tag)
           
static void outputValueWithTag(java.io.OutputStream os, byte[] value, int offset, int len, int tag)
           
 java.lang.String toString()
           

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

ASN1OctetString

public ASN1OctetString(byte[] value)

ASN1OctetString

public ASN1OctetString(java.io.InputStream is)
                throws java.io.IOException
Throws:
java.io.IOException

Method Detail

getHeader

public ASN1Header getHeader()
Specified by:
getHeader in interface ASN1TaggedObject

getValue

public byte[] getValue()

makeHeader

public static ASN1Header makeHeader(int length)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

input

public void input(java.io.InputStream is)
           throws java.io.IOException
Description copied from interface: Streamable
Inputs this object from the specified input stream.
Specified by:
input in interface Streamable
Throws:
java.io.IOException

inputValue

public static byte[] inputValue(java.io.InputStream is)
                         throws java.io.IOException
Throws:
java.io.IOException

output

public void output(java.io.OutputStream os)
            throws java.io.IOException
Description copied from interface: Streamable
Outputs this object to the specified output stream.
Specified by:
output in interface Streamable
Throws:
java.io.IOException

length

public int length()
Description copied from interface: Streamable
Length of this object's encoding.
Specified by:
length in interface Streamable

outputValue

public static void outputValue(java.io.OutputStream os,
                               byte[] value)
                        throws java.io.IOException
Throws:
java.io.IOException

outputValue

public static void outputValue(java.io.OutputStream os,
                               byte[] value,
                               int offset,
                               int len)
                        throws java.io.IOException
Throws:
java.io.IOException

outputValueWithTag

public static void outputValueWithTag(java.io.OutputStream os,
                                      byte[] value,
                                      int tag)
                               throws java.io.IOException
Throws:
java.io.IOException

outputValueWithTag

public static void outputValueWithTag(java.io.OutputStream os,
                                      byte[] value,
                                      int offset,
                                      int len,
                                      int tag)
                               throws java.io.IOException
Throws:
java.io.IOException

Skip navigation links

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

E10696-04


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