org.globus.wsrf.impl.security.authentication.signature
Class SignatureGss
java.lang.Object
org.apache.xml.security.algorithms.SignatureAlgorithmSpi
org.globus.wsrf.impl.security.authentication.signature.SignatureGss
- public class SignatureGss
- extends org.apache.xml.security.algorithms.SignatureAlgorithmSpi
This is a dummy class so that the xml-security library recognizes
"http://www.globus.org/2002/04/xmlenc#gssapi-sign" as signature
algorithm.
This class does not implement any of its methods.
| Methods inherited from class org.apache.xml.security.algorithms.SignatureAlgorithmSpi |
engineAddContextToElement, engineGetContextFromElement, engineSetDocument |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
URI
public static final String URI
- Field _URI
- See Also:
- Constant Field Values
SignatureGss
public SignatureGss()
throws org.apache.xml.security.signature.XMLSignatureException
engineGetURI
protected String engineGetURI()
engineSetParameter
protected void engineSetParameter(AlgorithmParameterSpec params)
throws org.apache.xml.security.signature.XMLSignatureException
- Throws:
org.apache.xml.security.signature.XMLSignatureException
engineVerify
protected boolean engineVerify(byte[] signature)
throws org.apache.xml.security.signature.XMLSignatureException
- Throws:
org.apache.xml.security.signature.XMLSignatureException
engineInitVerify
protected void engineInitVerify(PublicKey publickey)
throws org.apache.xml.security.signature.XMLSignatureException
- Throws:
org.apache.xml.security.signature.XMLSignatureException
engineSign
protected byte[] engineSign()
throws org.apache.xml.security.signature.XMLSignatureException
- Throws:
org.apache.xml.security.signature.XMLSignatureException
engineInitSign
protected void engineInitSign(PrivateKey privateKey,
SecureRandom secureRandom)
throws org.apache.xml.security.signature.XMLSignatureException
- Throws:
org.apache.xml.security.signature.XMLSignatureException
engineInitSign
protected void engineInitSign(PrivateKey privateKey)
throws org.apache.xml.security.signature.XMLSignatureException
- Throws:
org.apache.xml.security.signature.XMLSignatureException
engineUpdate
protected void engineUpdate(byte[] input)
throws org.apache.xml.security.signature.XMLSignatureException
- Throws:
org.apache.xml.security.signature.XMLSignatureException
engineUpdate
protected void engineUpdate(byte input)
throws org.apache.xml.security.signature.XMLSignatureException
- Throws:
org.apache.xml.security.signature.XMLSignatureException
engineUpdate
protected void engineUpdate(byte[] buf,
int offset,
int len)
throws org.apache.xml.security.signature.XMLSignatureException
- Throws:
org.apache.xml.security.signature.XMLSignatureException
engineGetJCEAlgorithmString
protected String engineGetJCEAlgorithmString()
engineGetJCEProviderName
protected String engineGetJCEProviderName()
engineSetHMACOutputLength
protected void engineSetHMACOutputLength(int HMACOutputLength)
throws org.apache.xml.security.signature.XMLSignatureException
- Throws:
org.apache.xml.security.signature.XMLSignatureException
engineInitVerify
protected void engineInitVerify(Key secretkey)
throws org.apache.xml.security.signature.XMLSignatureException
- Throws:
org.apache.xml.security.signature.XMLSignatureException
engineInitSign
protected void engineInitSign(Key secretKey,
AlgorithmParameterSpec algorithmParameterSpec)
throws org.apache.xml.security.signature.XMLSignatureException
- Throws:
org.apache.xml.security.signature.XMLSignatureException
engineInitSign
protected void engineInitSign(Key secretKey)
throws org.apache.xml.security.signature.XMLSignatureException
- Throws:
org.apache.xml.security.signature.XMLSignatureException
Copyright ? 1999-2003 University of Chicago and The University of Southern California. All rights reserved.