Oracle

weblogic.wsee.connection.transport.https
Class SSLAdapterUtils

java.lang.Object
  extended by weblogic.wsee.connection.transport.https.SSLAdapterUtils

public class SSLAdapterUtils
extends Object

Created by IntelliJ IDEA. User: pdapkus Date: Nov 13, 2004 Time: 9:17:27 PM To change this template use File | Settings | File Templates.


Field Summary
static byte[] PEM_PREAMBLE_BYTES
           
static String PEM_PREAMBLE_STRING
           
 
Constructor Summary
SSLAdapterUtils()
           
 
Method Summary
static boolean containsPEMdata(byte[] result)
           
static byte[] getFileBytes(InputStream stream)
           
static KeyStore openKeyStore(InputStream input)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PEM_PREAMBLE_STRING

public static final String PEM_PREAMBLE_STRING
See Also:
Constant Field Values

PEM_PREAMBLE_BYTES

public static final byte[] PEM_PREAMBLE_BYTES
Constructor Detail

SSLAdapterUtils

public SSLAdapterUtils()
Method Detail

getFileBytes

public static byte[] getFileBytes(InputStream stream)

containsPEMdata

public static boolean containsPEMdata(byte[] result)

openKeyStore

public static KeyStore openKeyStore(InputStream input)
                             throws KeyManagementException
Throws:
KeyManagementException

Documentation is available at
http://edocs.bea.com/wls/docs103
Copyright 2008 Oracle