Uses of Interface
org.apache.ws.security.components.crypto.Crypto

Packages that use Crypto
org.apache.ws.sandbox.security.trust.issue   
org.apache.ws.sandbox.security.trust.message.token   
org.apache.ws.security   
org.apache.ws.security.components.crypto   
org.apache.ws.security.handler   
org.apache.ws.security.message   
org.apache.ws.security.message.token   
org.apache.ws.security.processor   
org.apache.ws.security.saml   
 

Uses of Crypto in org.apache.ws.sandbox.security.trust.issue
 

Methods in org.apache.ws.sandbox.security.trust.issue that return Crypto
 Crypto X509ToSCTIssuer.getCrypto()
           
 

Methods in org.apache.ws.sandbox.security.trust.issue with parameters of type Crypto
 void X509ToSCTIssuer.setCrypto(Crypto crypto)
           
 

Uses of Crypto in org.apache.ws.sandbox.security.trust.message.token
 

Methods in org.apache.ws.sandbox.security.trust.message.token with parameters of type Crypto
 void RequestedProofToken.doDecryption(java.lang.String callback, Crypto crypto)
          Method doDecryption
 void RequestedProofToken.doEncryptProof(org.w3c.dom.Document doc, Crypto crypto, java.lang.String userInfo)
          Method doEncryptProof
 org.w3c.dom.Document RequestedProofToken.build(org.w3c.dom.Document doc, Crypto crypto, java.lang.String user, org.w3c.dom.Element parentNode)
           
 

Constructors in org.apache.ws.sandbox.security.trust.message.token with parameters of type Crypto
STSSignedToken(org.w3c.dom.Document docTobeSigned, Crypto crypto, java.lang.String alias, java.lang.String password)
           
 

Uses of Crypto in org.apache.ws.security
 

Methods in org.apache.ws.security that return Crypto
 Crypto WSDocInfo.getCrypto()
           
 

Methods in org.apache.ws.security with parameters of type Crypto
 java.util.Vector WSSecurityEngine.processSecurityHeader(org.w3c.dom.Document doc, java.lang.String actor, javax.security.auth.callback.CallbackHandler cb, Crypto crypto)
          Process the security header given the soap envelope as W3C document.
 java.util.Vector WSSecurityEngine.processSecurityHeader(org.w3c.dom.Document doc, java.lang.String actor, javax.security.auth.callback.CallbackHandler cb, Crypto sigCrypto, Crypto decCrypto)
          Process the security header given the soap envelope as W3C document.
protected  java.util.Vector WSSecurityEngine.processSecurityHeader(org.w3c.dom.Element securityHeader, javax.security.auth.callback.CallbackHandler cb, Crypto sigCrypto, Crypto decCrypto)
          Process the security header given the wsse:Security DOM Element.
 void WSDocInfo.setCrypto(Crypto crypto)
           
 

Uses of Crypto in org.apache.ws.security.components.crypto
 

Classes in org.apache.ws.security.components.crypto that implement Crypto
 class AbstractCrypto
          Created by IntelliJ IDEA.
 class Merlin
          JDK1.4 based implementation of Crypto (uses keystore).
 

Methods in org.apache.ws.security.components.crypto that return Crypto
static Crypto CryptoFactory.getInstance()
          getInstance

Returns an instance of Crypto.

static Crypto CryptoFactory.getInstance(java.lang.String cryptoClassName, java.util.Properties properties)
          getInstance

Returns an instance of Crypto.

static Crypto CryptoFactory.getInstance(java.lang.String propFilename)
          getInstance

Returns an instance of Crypto.

static Crypto CryptoFactory.getInstance(java.lang.String propFilename, java.lang.ClassLoader customClassLoader)
           
 

Uses of Crypto in org.apache.ws.security.handler
 

Methods in org.apache.ws.security.handler that return Crypto
 Crypto RequestData.getSigCrypto()
           
 Crypto RequestData.getDecCrypto()
           
 Crypto RequestData.getEncCrypto()
           
 Crypto WSHandler.loadSignatureCrypto(RequestData reqData)
          Hook to allow subclasses to load their Signature Crypto however they see fit.
protected  Crypto WSHandler.loadEncryptionCrypto(RequestData reqData)
          Hook to allow subclasses to load their Encryption Crypto however they see fit.
protected  Crypto WSHandler.loadDecryptionCrypto(RequestData reqData)
          Hook to allow subclasses to load their Decryption Crypto however they see fit.
 

Methods in org.apache.ws.security.handler with parameters of type Crypto
 void RequestData.setSigCrypto(Crypto sigCrypto)
           
 void RequestData.setDecCrypto(Crypto decCrypto)
           
 void RequestData.setEncCrypto(Crypto encCrypto)
           
 

Uses of Crypto in org.apache.ws.security.message
 

Methods in org.apache.ws.security.message with parameters of type Crypto
 org.w3c.dom.Document WSEncryptBody.build(org.w3c.dom.Document doc, Crypto crypto)
          Builds the SOAP envelope with encrypted Body and adds encrypted key.
 org.w3c.dom.Document WSSignEnvelope.build(org.w3c.dom.Document doc, Crypto crypto)
          Builds a signed soap envelope.
 

Uses of Crypto in org.apache.ws.security.message.token
 

Fields in org.apache.ws.security.message.token declared as Crypto
protected  Crypto KeyInfo.crypto
           
 

Methods in org.apache.ws.security.message.token with parameters of type Crypto
 java.security.cert.X509Certificate X509Security.getX509Certificate(Crypto crypto)
          Gets the X509Certificate certificate.
 java.security.cert.X509Certificate[] PKIPathSecurity.getX509Certificates(boolean reverse, Crypto crypto)
          get the X509Certificate array.
 void PKIPathSecurity.setX509Certificates(java.security.cert.X509Certificate[] certs, boolean reverse, Crypto crypto)
          set the X509Certificate array.
 void SecurityTokenReference.setKeyIdentifierSKI(java.security.cert.X509Certificate cert, Crypto crypto)
          Sets the KeyIdentifer Element as a X509 Subject-Key-Identifier (SKI).
 java.security.cert.X509Certificate[] SecurityTokenReference.getKeyIdentifier(Crypto crypto)
          Gets the KeyIdentifer.
 java.lang.String SecurityTokenReference.getX509SKIAlias(Crypto crypto)
           
 java.security.cert.X509Certificate[] SecurityTokenReference.getX509IssuerSerial(Crypto crypto)
          Gets the certificate identified with X509 issuerSerial data.
 java.lang.String SecurityTokenReference.getX509IssuerSerialAlias(Crypto crypto)
          Gets the alias name of the certificate identified with X509 issuerSerial data.
static java.security.PrivateKey KeyInfo.getPrivateKeyForName(java.lang.String name, javax.security.auth.callback.CallbackHandler cb, Crypto crypto)
           
 

Constructors in org.apache.ws.security.message.token with parameters of type Crypto
KeyInfo(org.w3c.dom.Element elem, javax.security.auth.callback.CallbackHandler cb, Crypto c)
          Constructor.
 

Uses of Crypto in org.apache.ws.security.processor
 

Methods in org.apache.ws.security.processor with parameters of type Crypto
 void SAMLTokenProcessor.handleToken(org.w3c.dom.Element elem, Crypto crypto, Crypto decCrypto, javax.security.auth.callback.CallbackHandler cb, WSDocInfo wsDocInfo, java.util.Vector returnResults, WSSConfig wsc)
           
 void SignatureConfirmationProcessor.handleToken(org.w3c.dom.Element elem, Crypto crypto, Crypto decCrypto, javax.security.auth.callback.CallbackHandler cb, WSDocInfo wsDocInfo, java.util.Vector returnResults, WSSConfig wsc)
           
 void EncryptedKeyProcessor.handleToken(org.w3c.dom.Element elem, Crypto crypto, Crypto decCrypto, javax.security.auth.callback.CallbackHandler cb, WSDocInfo wsDocInfo, java.util.Vector returnResults, WSSConfig wsc)
           
 void EncryptedKeyProcessor.handleEncryptedKey(org.w3c.dom.Element xencEncryptedKey, javax.security.auth.callback.CallbackHandler cb, Crypto crypto)
           
 void EncryptedKeyProcessor.handleEncryptedKey(org.w3c.dom.Element xencEncryptedKey, javax.security.auth.callback.CallbackHandler cb, Crypto crypto, java.security.PrivateKey privateKey)
           
 void TimestampProcessor.handleToken(org.w3c.dom.Element elem, Crypto crypto, Crypto decCrypto, javax.security.auth.callback.CallbackHandler cb, WSDocInfo wsDocInfo, java.util.Vector returnResults, WSSConfig wsc)
           
 void Processor.handleToken(org.w3c.dom.Element elem, Crypto crypto, Crypto decCrypto, javax.security.auth.callback.CallbackHandler cb, WSDocInfo wsDocInfo, java.util.Vector returnResults, WSSConfig config)
           
 void SignatureProcessor.handleToken(org.w3c.dom.Element elem, Crypto crypto, Crypto decCrypto, javax.security.auth.callback.CallbackHandler cb, WSDocInfo wsDocInfo, java.util.Vector returnResults, WSSConfig wsc)
           
protected  java.security.Principal SignatureProcessor.verifyXMLSignature(org.w3c.dom.Element elem, Crypto crypto, java.security.cert.X509Certificate[] returnCert, java.util.Vector[] returnQname, byte[][] signatureValue)
          Verify the WS-Security signature.
 java.security.cert.X509Certificate[] SignatureProcessor.getCertificatesTokenReference(org.w3c.dom.Element elem, Crypto crypto)
          Extracts the certificate(s) from the Binary Security token reference.
 void UsernameTokenProcessor.handleToken(org.w3c.dom.Element elem, Crypto crypto, Crypto decCrypto, javax.security.auth.callback.CallbackHandler cb, WSDocInfo wsDocInfo, java.util.Vector returnResults, WSSConfig wsc)
           
 void ReferenceListProcessor.handleToken(org.w3c.dom.Element elem, Crypto crypto, Crypto decCrypto, javax.security.auth.callback.CallbackHandler cb, WSDocInfo wsDocInfo, java.util.Vector returnResults, WSSConfig wsc)
           
 

Uses of Crypto in org.apache.ws.security.saml
 

Methods in org.apache.ws.security.saml that return Crypto
 Crypto SAMLIssuerImpl.getIssuerCrypto()
           
 Crypto SAMLIssuer.getIssuerCrypto()
           
 

Methods in org.apache.ws.security.saml with parameters of type Crypto
 org.w3c.dom.Document WSSignSAMLEnvelope.build(org.w3c.dom.Document doc, Crypto userCrypto, org.opensaml.SAMLAssertion assertion, Crypto issuerCrypto, java.lang.String issuerKeyName, java.lang.String issuerKeyPW)
          Builds a signed soap envelope with SAML token.
 void SAMLIssuerImpl.setUserCrypto(Crypto userCrypto)
           
 void SAMLIssuer.setUserCrypto(Crypto userCrypto)
           
 



Copyright © 2004-2006 Apache Web Services. All Rights Reserved.