|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
encryption
method to use AES with 128 bit key as the symmetric algorithm to encrypt data.
encryption
method to use AES with 192 bit key as the symmetric algorithm to encrypt data.
encryption
method to use AES with 256 bit key as the symmetric algorithm to encrypt data.
WSSecUsernameToken.addCreated()
WSSecUsernameToken.addNonce()
signing
method to send the signing certificate as a
BinarySecurityToken
.
wsse:BinarySecurityToken
as defined by WS Security specification
WSSecSignatureConfirmation.build(Document, byte[], WSSecHeader)
WSSecTimestamp.build(Document, WSSecHeader)
and
WSSecTimestamp#setTimeToLive()
WSSecEncrypt.build(Document, Crypto, WSSecHeader)
WSSecSAMLToken.build(Document, SAMLAssertion, WSSecHeader)
WSSecUsernameToken.build(Document, WSSecHeader)
and
WSSecBase.setUserInfo(String, String)
SAMLAssertion
to a soap envelope.
SignatureConfirmation
to a soap envelope.
Timestamp
to a soap envelope.
UsernameToken
to a soap envelope.
WSSecSignature.build(Document, Crypto, WSSecHeader)
CUSTOM_SYMM_SIGNING
is used internally only to set a
specific Signature behavior.
xenc:EncryptedKey
xenc:EncryptedKey
xenc:EncryptedKey
wsc:DerivedKeyToken
as defined by WS-SecureConversation specification
wsc:DerivedKeyToken
as defined by WS-SecureConversation specification in WS-SX
signature
method to use DSA with SHA1 (DSS) to sign data.
String
array.
xenc:EncryptedData
as defined by XML Encryption specification,
enhanced by WS Security specification
xenc:EncryptedKey
as defined by XML Encryption specification,
enhanced by WS Security specification
ENCRYPTED_KEY_SHA1_IDENTIFIER
is used to set the specific key identifier
ThumbprintSHA1.
DerivedKeyToken
is (or to be) derived from.
WSUsernameTokenPrincipal
for equality.
name
and
namespace
.
uri
and namespace
.
prepare()
.
prepare()
.
WSUsernameTokenPrincipal
.
prepare()
.
SecurityContextToken
object.
SecurityContextToken
object.
Timestamp
object.
Timestamp
object.
UsernameToken
object.
WSSecEncrypt#getEncryptionKey()
WSSecSignatureConfirmation.getId()
WSSecTimestamp.getId()
WSSecUsernameToken.getId()
prepare()
.
prepare()
.
prepare()
.
prepare()
.
prepare()
.
prepare()
.
prepare()
.
WSSecBase.getKeyIdentifierType()
keyIdentifyerType
.
WSUsernameTokenPrincipal
.
WSUsernameTokenPrincipal
.
WSUsernameTokenPrincipal
.
USERNAME_TOKEN
and USERNAME_TOKEN_UNKNOWN
.
alias> and password
.
- getPrivateKey(String, String) -
Method in class org.apache.ws.security.components.crypto.CryptoBase
- Gets the private key identified by
alias> and password
.
- getProcessor(String) -
Method in class org.apache.ws.security.WSDocInfo
- Get a Processor for the given Id
- getProcessor(QName) -
Method in class org.apache.ws.security.WSSConfig
-
- getProperties() -
Method in class org.apache.ws.security.message.token.DerivedKeyToken
-
- getQNameFromString(String, Node) -
Static method in class org.apache.ws.security.util.WSSecurityUtil
- Return a QName when passed a string like "foo:bar" by mapping the "foo"
prefix to a namespace in the context of the given Node.
- getReference() -
Method in class org.apache.ws.security.message.token.SecurityTokenReference
- Gets the Reference.
- getResource(String) -
Static method in class org.apache.ws.security.util.Loader
- This method will search for
resource
in different
places.
- getResource(ClassLoader, String) -
Static method in class org.apache.ws.security.util.Loader
- Try to get the resource with the specified class loader
- getRoleAttributeQName() -
Method in class org.apache.ws.security.SOAP11Constants
- Obtain the QName for the role attribute (actor/role)
- getRoleAttributeQName() -
Method in class org.apache.ws.security.SOAP12Constants
- Obtain the QName for the role attribute (actor/role)
- getRoleAttributeQName() -
Method in interface org.apache.ws.security.SOAPConstants
- Obtain the QName for the role attribute (actor/role)
- getSKIBytes() -
Method in class org.apache.ws.security.message.token.SecurityTokenReference
-
- getSKIBytesFromCert(X509Certificate) -
Method in interface org.apache.ws.security.components.crypto.Crypto
- Reads the SubjectKeyIdentifier information from the certificate.
- getSKIBytesFromCert(X509Certificate) -
Method in class org.apache.ws.security.components.crypto.CryptoBase
- Reads the SubjectKeyIdentifier information from the certificate.
- getSOAPConstants(Element) -
Static method in class org.apache.ws.security.util.WSSecurityUtil
-
- getSalt() -
Method in class org.apache.ws.security.message.token.UsernameToken
- Get the Salt value of this UsernameToken.
- getSct() -
Method in class org.apache.ws.security.message.WSSecSecurityContextToken
-
- getSctId() -
Method in class org.apache.ws.security.message.WSSecSecurityContextToken
-
- getSecret() -
Method in class org.apache.ws.security.message.WSSecSecurityContextToken
-
- getSecretKey() -
Method in class org.apache.ws.security.message.WSSAddUsernameToken
- Deprecated. replaced by
WSSecUsernameToken.getSecretKey()
- getSecretKey() -
Method in class org.apache.ws.security.message.WSSecUsernameToken
- Get the derived secret key.
- getSecretKey() -
Method in class org.apache.ws.security.message.token.UsernameToken
- Gets the secret key as per WS-Trust spec.
- getSecretKey(int, String) -
Method in class org.apache.ws.security.message.token.UsernameToken
- Gets the secret key as per WS-Trust spec.
- getSecuityTokenReference() -
Method in class org.apache.ws.security.message.token.DerivedKeyToken
- Returns the SecurityTokenReference of the derived key token
- getSecurityContextToken() -
Method in class org.apache.ws.security.WSSecurityEngineResult
- Deprecated. use
#get(#TAG_SECURITY_CONTEXT_TOKEN) instead
- getSecurityHeader() -
Method in class org.apache.ws.security.message.WSSecHeader
- Get the security header element of this instance.
- getSecurityHeader(Document, String, SOAPConstants) -
Static method in class org.apache.ws.security.util.WSSecurityUtil
- Returns the first WS-Security header element for a given actor.
- getSecurityTokenReference() -
Method in class org.apache.ws.security.message.WSEncryptBody
- Deprecated. replaced by
WSSecEncrypt.getSecurityTokenReference()
- getSecurityTokenReference() -
Method in class org.apache.ws.security.message.WSSecEncrypt
-
- getSigCanonicalization() -
Method in class org.apache.ws.security.message.WSSecDKSign
- Get the canonicalization method.
- getSigCanonicalization() -
Method in class org.apache.ws.security.message.WSSecSignature
- Get the canonicalization method.
- getSigCanonicalization() -
Method in class org.apache.ws.security.message.WSSignEnvelope
- Deprecated. replaced by
WSSecSignature.getSigCanonicalization()
- getSigConf() -
Method in class org.apache.ws.security.WSSecurityEngineResult
- Deprecated. use (SignatureConfirmation)
#get(#TAG_SIGNATURE_CONFIRMATION) instead
- getSignatureAlgorithm() -
Method in class org.apache.ws.security.message.WSSecSignature
- Get the name of the signature algorithm that is being used.
- getSignatureAlgorithm() -
Method in class org.apache.ws.security.message.WSSignEnvelope
- Deprecated. replaced by
WSSecSignature.getSignatureAlgorithm()
- getSignatureConfirmationElement() -
Method in class org.apache.ws.security.message.WSSecSignatureConfirmation
- Get the SignatureConfirmation element generated during
prepare()
.
- getSignatureElement() -
Method in class org.apache.ws.security.message.WSSecDKSign
- Returns the signature Element.
- getSignatureElement() -
Method in class org.apache.ws.security.message.WSSecSignature
- Returns the SignatureElement.
- getSignatureValue() -
Method in class org.apache.ws.security.WSSecurityEngineResult
- Deprecated. use (byte[])
#get(#TAG_SIGNATURE_VALUE) instead
- getSignatureValue() -
Method in class org.apache.ws.security.message.WSSecDKSign
-
- getSignatureValue() -
Method in class org.apache.ws.security.message.WSSecSignature
- Returns the computed Signature value.
- getSignatureValue() -
Method in class org.apache.ws.security.message.WSSignEnvelope
- Deprecated. replaced by
WSSecSignature.getSignatureValue()
- getSignatureValue() -
Method in class org.apache.ws.security.message.token.SignatureConfirmation
-
- getSignedElements() -
Method in class org.apache.ws.security.WSSecurityEngineResult
- Deprecated. use (java.util.Set)
#get(#TAG_SIGNED_ELEMENT_IDS) instead
- getStringForQName(QName, Element) -
Static method in class org.apache.ws.security.util.WSSecurityUtil
- Return a string for a particular QName, mapping a new prefix if
necessary.
- getSymmetricEncAlgorithm() -
Method in class org.apache.ws.security.message.WSEncryptBody
- Deprecated. replaced by
WSSecEncrypt.getSymmetricEncAlgorithm()
- getSymmetricEncAlgorithm() -
Method in class org.apache.ws.security.message.WSSecEncrypt
- Get the name of symmetric encryption algorithm to use.
- getSymmetricKey() -
Method in class org.apache.ws.security.message.WSEncryptBody
- Deprecated. replaced by
WSSecEncrypt.getSymmetricKey()
- getSymmetricKey() -
Method in class org.apache.ws.security.message.WSSecEncrypt
-
- getTCL() -
Static method in class org.apache.ws.security.util.Loader
- Get the Thread context class loader.
- getTimestamp() -
Method in class org.apache.ws.security.WSSecurityEngineResult
- Deprecated. use (Timestamp)
#get(#TAG_TIMESTAMP) instead
- getToken() -
Method in class org.apache.ws.security.message.token.BinarySecurity
- get the byte array containing token information.
- getTokenElement() -
Method in class org.apache.ws.security.CustomTokenPrincipal
-
- getTokenElement(Document, WSDocInfo, CallbackHandler) -
Method in class org.apache.ws.security.message.token.SecurityTokenReference
- Gets the signing token element, which maybe a
BinarySecurityToken
or a SAML token.
- getTokenIdentifier() -
Method in class org.apache.ws.security.message.WSSecDerivedKeyBase
-
- getTokenObject() -
Method in class org.apache.ws.security.CustomTokenPrincipal
-
- getType() -
Method in class org.apache.ws.security.WSEncryptionPart
-
- getType() -
Static method in class org.apache.ws.security.message.token.PKIPathSecurity
-
- getURI() -
Method in class org.apache.ws.security.message.token.Reference
- get the URI.
- getUUID() -
Static method in class org.apache.ws.security.util.UUIDGenerator
- MD5 a random string with localhost/date etc will return 128 bits
construct a string of 18 characters from those bits.
- getUsage() -
Method in class org.apache.ws.security.WSPasswordCallback
- Get the usage.
- getUseKeyIdentifier() -
Method in class org.apache.ws.security.message.WSSecEncrypt
- Returns if Key Identifiers should be used in KeyInfo
- getUsernameTokenElement() -
Method in class org.apache.ws.security.message.WSSecUsernameToken
- Returns the
UsernameToken
element.
- getValueType() -
Method in class org.apache.ws.security.message.token.BinarySecurity
- get the value type.
- getValueType() -
Method in class org.apache.ws.security.message.token.Reference
- get the URI.
- getWssConfig() -
Method in class org.apache.ws.security.WSSecurityEngine
-
- getWsuId() -
Method in class org.apache.ws.security.WSDataRef
-
- getX509Certificate(Crypto) -
Method in class org.apache.ws.security.message.token.X509Security
- Gets the X509Certificate certificate.
- getX509Certificates(byte[], boolean) -
Method in class org.apache.ws.security.components.crypto.BouncyCastle
- Construct an array of X509Certificate's from the byte array.
- getX509Certificates(byte[], boolean) -
Method in interface org.apache.ws.security.components.crypto.Crypto
- Construct an array of X509Certificate's from the byte array.
- getX509Certificates(byte[], boolean) -
Method in class org.apache.ws.security.components.crypto.CryptoBase
- Construct an array of X509Certificate's from the byte array.
- getX509Certificates(byte[], boolean) -
Method in class org.apache.ws.security.components.crypto.Merlin
- Construct an array of X509Certificate's from the byte array.
- getX509Certificates(boolean, Crypto) -
Method in class org.apache.ws.security.message.token.PKIPathSecurity
- get the X509Certificate array.
- getX509IssuerSerial(Crypto) -
Method in class org.apache.ws.security.message.token.SecurityTokenReference
- Gets the certificate identified with X509 issuerSerial data.
- getX509IssuerSerialAlias(Crypto) -
Method in class org.apache.ws.security.message.token.SecurityTokenReference
- Gets the alias name of the certificate identified with X509 issuerSerial data.
- getX509SKIAlias(Crypto) -
Method in class org.apache.ws.security.message.token.SecurityTokenReference
-
- getdktElement() -
Method in class org.apache.ws.security.message.WSSecDerivedKeyBase
-
WSUsernameTokenPrincipal
.
signing
or the encryption
method to send the issuer name and the serial number of a
certificate to the receiver.
WSSecHeader.insertSecurityHeader(Document)
WSUsernameTokenPrincipal
.
WSSecSignature.isUseSingleCertificate()
encryption
method to encrypt the symmetric data encryption key with the RSA algoritm.
encryption
method to encrypt the symmetric data encryption key with the RSA algoritm.
InputStream
.
Thread
contextClassLoader
if that
fails try Class.forname.
org.apache.ws.security.WSEncryptionPart
org.apache.ws.security.WSEncryptionPart
org.apache.ws.security.WSEncryptionPart
UserNameToken
method to use a password digest to send the password information
This is a required method as defined by WS Specification, Username token profile.
UserNameToken
method to send _no_ password related information.
UserNameToken
method to send the password in clear
This is a required method as defined by WS Specification, Username token profile.
wsse:Security
DOM
Element.
xenc:ReferenceList
as defined by XML Encryption specification,
signature
method to use RSA with SHA to sign data.
saml:Assertion
as defined by SAML specification
wsc:SecurityContextToken
as defined by WS-SecureConversation specification
wsc:SecurityContextToken
as defined by WS-SecureConversation specification in WS-SX
ds:Signature
as defined by XML Signature specification,
enhanced by WS Security specification
signing
method to send a SubjectKeyIdentifier
to identify
the signing certificate.
SignatureConfirmation
object and parses the
wsse11:SignatureCOnfirmation
element to initialize it.
SignatureConfirmation
object according
to the defined parameters.
WSSecHeader.setActor(String)
WSSecBase.setBodyID(Document)
WSUsernameTokenPrincipal
.
WSSecEncrypt.setEmbeddedKeyName(String)
WSSecEncrypt.setEncCanonicalization(String)
WSSecSignatureConfirmation
WSSecTimestamp
WSSecUsernameToken
WSSecEncrypt.setKey(byte[])
WSSecEncrypt.setKeyEnc(String)
WSSecBase.setKeyIdentifierType(int)
InputStream
.
WSSecHeader.setMustUnderstand(boolean)
mustUnderstand
flag for the
wsse:Security
header.
WSUsernameTokenPrincipal
.
WSSecEncrypt#setParentNode(Element)
WSSecBase.setParts(Vector)
WSUsernameTokenPrincipal
.
WSSecUsernameToken.setPasswordType(String)
UsernameToken
.
Properties
element.
WSSecEncrypt.setSecurityTokenReference(SecurityTokenReference)
WSSecSignature.setSigCanonicalization(String)
WSSecSignature.setSignatureAlgorithm(String)
WSSecEncrypt.setSymmetricEncAlgorithm(String)
WSSecEncrypt.setSymmetricKey(SecretKey)
WSSecTimestamp.setTimeToLive(int)
WSSecSignature.setUseSingleCertificate(boolean)
WSSecEncryptedKey.setUseThisCert(X509Certificate)
WSSecBase.setUserInfo(String, String)
WSSecEncryptedKey.setUserInfo(String)
WSSecSignature.setUsernameToken(WSSecUsernameToken)
WSSecBase.setWsConfig(WSSConfig)
wsse11:signatureConfirmation
as defined by OASIS WS Security specification,
THUMPRINT_IDENTIFIER
is used to set the specific key identifier
ThumbprintSHA1.
encryption
method to use triple DES as the symmetric algorithm to encrypt data.
Timestamp
object and parses the
wsu:Timestamp
element to initialize it.
Timestamp
object according
to the defined parameters.
wsu:Timestamp
as defined by OASIS WS Security specification,
WSUsernameTokenPrincipal
.
DerivedKeyToken
is (or to be) derived from.
UT_SIGNING
is used internally only to set a specific Signature
behavior.
UsernameToken
object and parses the
wsse:UsernameToken
element to initialize it.
UsernameToken
object according to the defined
parameters.
UsernameToken
object according to the defined
parameters.
wsse:UsernameToken
as defined by WS Security specification
WSSecSignatureConfirmation.WSSecSignatureConfirmation()
WSSecSignatureConfirmation.WSSecSignatureConfirmation()
and WSSecHeader
for actor specification.
WSSecSignatureConfirmation.WSSecSignatureConfirmation()
and WSSecHeader
for actor and mustunderstand
specification.
WSSecTimestamp.WSSecTimestamp()
WSSecTimestamp.WSSecTimestamp()
and
WSSecHeader
for actor specification.
WSSecTimestamp.WSSecTimestamp()
and
WSSecHeader
for actor and mustunderstand
specification.
WSSecBase.WSSecBase()
WSSecBase.WSSecBase()
and
WSSecHeader
for actor specification.
WSSecBase.WSSecBase()
and
WSSecHeader
for actor and mustunderstand
specification.
Principal
interface and
represents a DerivedKeyToken
.WSSecEncrypt.WSSecEncrypt()
WSSecEncrypt.WSSecEncrypt()
and WSSecHeader
for actor specification.
WSSecEncrypt.WSSecEncrypt()
and WSSecHeader
for actor and mustunderstand
specification.
WSSecSAMLToken.WSSecSAMLToken()
WSSecSAMLToken.WSSecSAMLToken()
and WSSecHeader
for actor specification.
WSSecSAMLToken.WSSecSAMLToken()
and WSSecHeader
for actor and mustunderstand
specification.
WSSecUsernameToken.WSSecUsernameToken()
WSSecUsernameToken.WSSecUsernameToken()
and WSSecHeader
for actor specification.
WSSecUsernameToken.WSSecUsernameToken()
and WSSecHeader
for actor and mustunderstand
specification.
wsc:SecurityContextToken
into the
wsse:Security
WSSecSignature.WSSecSignature()
WSSecSignature.WSSecSignature()
and WSSecHeader
for actor specification.
WSSecSignature.WSSecSignature()
and WSSecHeader
for actor and mustunderstand
specification.
Principal
interface and
represents a UsernameToken user.encryption
method to send the certificate used to encrypt the symmetric key.
DateFormat
for the format of the dateTime simpleType as specified in the
XML Schema specification.
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |