Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Web Services Manager
11g (11.1.1)

E10689-01


oracle.wsm.security.jps
Class WsmKeyStore

java.lang.Object
  extended by oracle.wsm.security.jps.WsmKeyStore


public class WsmKeyStore
extends Object
Since:
release specific (what release of product did this appear in)
Version:
$Header: owsm/src/oracle/wsm/security/jps/WsmKeyStore.java /st_j2ee_11.1.1.1.0/1 2009/04/17 11:30:32 nihanda Exp $
Author:
vikjain

Field Summary
static String KEY_ALIAS_DEFAULT
           
static String ORACLE_WALLET
           

 

Constructor Summary
WsmKeyStore(String storepath, String storetype, String storepass, String signalias, String signpass, String cryptalias, String cryptpass)
           

 

Method Summary
static CertPath createCertPath(Certificate[] certs)
           
 CertMatcher getCertMatcher()
           
 X509Certificate getCryptCert()
           
 X509Certificate getCryptCert(PublicKey pkey)
           
 PrivateKey getCryptKey()
           
 X509Certificate getJavaCertificate(String alias)
           
 KeyStore getKeyStore()
           
 X509Certificate getSignCert()
           
 PrivateKey getSignKey()
           
 byte[] getSKI(X509Certificate certificate)
           
 boolean validateCertificatePath(X509Certificate cert)
           

 

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

 

Field Detail

ORACLE_WALLET

public static final String ORACLE_WALLET
See Also:
Constant Field Values

KEY_ALIAS_DEFAULT

public static final String KEY_ALIAS_DEFAULT
See Also:
Constant Field Values

Constructor Detail

WsmKeyStore

public WsmKeyStore(String storepath,
                   String storetype,
                   String storepass,
                   String signalias,
                   String signpass,
                   String cryptalias,
                   String cryptpass)
            throws SecurityException
Throws:
SecurityException

Method Detail

getKeyStore

public KeyStore getKeyStore()

getSignKey

public PrivateKey getSignKey()
                      throws SecurityException
Throws:
SecurityException

getCryptKey

public PrivateKey getCryptKey()
                       throws SecurityException
Throws:
SecurityException

getJavaCertificate

public X509Certificate getJavaCertificate(String alias)
                                   throws SecurityException
Throws:
SecurityException

getSignCert

public X509Certificate getSignCert()
                            throws SecurityException
Throws:
SecurityException

getCryptCert

public X509Certificate getCryptCert()
                             throws SecurityException
Throws:
SecurityException

createCertPath

public static CertPath createCertPath(Certificate[] certs)
                               throws SecurityException
Throws:
SecurityException

validateCertificatePath

public boolean validateCertificatePath(X509Certificate cert)

getCertMatcher

public CertMatcher getCertMatcher()

getSKI

public byte[] getSKI(X509Certificate certificate)

getCryptCert

public X509Certificate getCryptCert(PublicKey pkey)
                             throws SecurityException
Throws:
SecurityException

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Web Services Manager
11g (11.1.1)

E10689-01


Copyright © 2007, 2009, Oracle and/or its affiliates. All rights reserved.