Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.3)

Part Number E41849-02

weblogic.wsee.connection.transport.https
Class SSLAdapterUtils

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

Deprecated.

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
          Deprecated.  
static String PEM_PREAMBLE_STRING
          Deprecated.  
 
Constructor Summary
SSLAdapterUtils()
          Deprecated.  
 
Method Summary
static boolean containsPEMdata(byte[] result)
          Deprecated.  
static byte[] getFileBytes(InputStream stream)
          Deprecated.  
static KeyStore openKeyStore(InputStream input)
          Deprecated.  
 
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
Deprecated. 
See Also:
Constant Field Values

PEM_PREAMBLE_BYTES

public static final byte[] PEM_PREAMBLE_BYTES
Deprecated. 
Constructor Detail

SSLAdapterUtils

public SSLAdapterUtils()
Deprecated. 
Method Detail

getFileBytes

public static byte[] getFileBytes(InputStream stream)
Deprecated. 

containsPEMdata

public static boolean containsPEMdata(byte[] result)
Deprecated. 

openKeyStore

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

Copyright 1996, 2014, 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
Java API Reference for Oracle WebLogic Server
12c (12.1.3)

Part Number E41849-02