com.cybersource.ws.client
Class MessageHandlerKeyStore

java.lang.Object
  extended by org.apache.ws.security.components.crypto.CryptoBase
      extended by org.apache.ws.security.components.crypto.Merlin
          extended by com.cybersource.ws.client.MessageHandlerKeyStore
All Implemented Interfaces:
org.apache.ws.security.components.crypto.Crypto

public class MessageHandlerKeyStore
extends org.apache.ws.security.components.crypto.Merlin

Created by jeaton on 3/11/2016.


Field Summary
 
Fields inherited from class org.apache.ws.security.components.crypto.Merlin
certFact, crlCertStore, CRYPTO_CERT_PROVIDER, CRYPTO_KEYSTORE_PROVIDER, keystore, KEYSTORE_ALIAS, KEYSTORE_FILE, KEYSTORE_PASSWORD, KEYSTORE_PRIVATE_PASSWORD, KEYSTORE_TYPE, LOAD_CA_CERTS, loadCACerts, OLD_KEYSTORE_FILE, privatePasswordSet, properties, truststore, TRUSTSTORE_FILE, TRUSTSTORE_PASSWORD, TRUSTSTORE_TYPE, X509_CRL_FILE
 
Fields inherited from class org.apache.ws.security.components.crypto.CryptoBase
certFactMap, cryptoProvider, defaultAlias, NAME_CONSTRAINTS_OID, SKI_OID
 
Constructor Summary
MessageHandlerKeyStore()
           
 
Method Summary
 void addIdentityToKeyStore(Identity id, Logger logger)
           
 
Methods inherited from class org.apache.ws.security.components.crypto.Merlin
createPKIXParameters, getCertificateFactory, getCRLCertStore, getDefaultX509Identifier, getKeyStore, getPrivateKey, getPrivateKey, getTrustStore, getX509Certificates, getX509Identifier, load, loadInputStream, loadProperties, loadProperties, setCRLCertStore, setKeyStore, setTrustStore, verifyTrust, verifyTrust, verifyTrust
 
Methods inherited from class org.apache.ws.security.components.crypto.CryptoBase
createBCX509Name, getBytesFromCertificates, getCertificatesFromBytes, getCryptoProvider, getSKIBytesFromCert, loadCertificate, setCertificateFactory, setCryptoProvider, setDefaultX509Identifier
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MessageHandlerKeyStore

public MessageHandlerKeyStore()
                       throws org.apache.ws.security.components.crypto.CredentialException,
                              java.io.IOException
Throws:
org.apache.ws.security.components.crypto.CredentialException
java.io.IOException
Method Detail

addIdentityToKeyStore

public void addIdentityToKeyStore(Identity id,
                                  Logger logger)
                           throws SignEncryptException
Throws:
SignEncryptException


Copyright © 2017. All Rights Reserved.