Skip navigation links
oracle.wsm.security.jps
Class WsmKeyStore
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
WsmKeyStore
public WsmKeyStore(String storepath,
String storetype,
String storepass,
String signalias,
String signpass,
String cryptalias,
String cryptpass)
throws SecurityException
-
- Throws:
SecurityException
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
Copyright © 2007, 2009, Oracle and/or its affiliates. All rights reserved.