Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.5)

Part Number E13941-05

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

Copyright 1996, 2011, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.5)

Part Number E13941-05