public abstract class SignatureGost34310
extends org.apache.xml.security.algorithms.SignatureAlgorithmSpi
| Modifier and Type | Class and Description |
|---|---|
static class |
SignatureGost34310.Gost34310Gost34311 |
| Modifier and Type | Field and Description |
|---|---|
private java.security.Signature |
_signatureAlgorithm |
| Constructor and Description |
|---|
SignatureGost34310() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
engineGetJCEAlgorithmString() |
protected java.lang.String |
engineGetJCEProviderName() |
abstract java.lang.String |
engineGetURI() |
protected void |
engineInitSign(java.security.Key key) |
protected void |
engineInitSign(java.security.Key key,
java.security.spec.AlgorithmParameterSpec algorithmparameterspec) |
protected void |
engineInitSign(java.security.Key key,
java.security.SecureRandom securerandom) |
protected void |
engineInitVerify(java.security.Key key) |
protected void |
engineSetHMACOutputLength(int i) |
protected void |
engineSetParameter(java.security.spec.AlgorithmParameterSpec algorithmparameterspec) |
protected byte[] |
engineSign() |
protected void |
engineUpdate(byte byte0) |
protected void |
engineUpdate(byte[] abyte0) |
protected void |
engineUpdate(byte[] abyte0,
int i,
int j) |
protected boolean |
engineVerify(byte[] abyte0) |
public SignatureGost34310()
throws org.apache.xml.security.signature.XMLSignatureException
org.apache.xml.security.signature.XMLSignatureExceptionpublic abstract java.lang.String engineGetURI()
engineGetURI in class org.apache.xml.security.algorithms.SignatureAlgorithmSpiprotected void engineSetParameter(java.security.spec.AlgorithmParameterSpec algorithmparameterspec)
throws org.apache.xml.security.signature.XMLSignatureException
engineSetParameter in class org.apache.xml.security.algorithms.SignatureAlgorithmSpiorg.apache.xml.security.signature.XMLSignatureExceptionprotected boolean engineVerify(byte[] abyte0)
throws org.apache.xml.security.signature.XMLSignatureException
engineVerify in class org.apache.xml.security.algorithms.SignatureAlgorithmSpiorg.apache.xml.security.signature.XMLSignatureExceptionprotected void engineInitVerify(java.security.Key key)
throws org.apache.xml.security.signature.XMLSignatureException
engineInitVerify in class org.apache.xml.security.algorithms.SignatureAlgorithmSpiorg.apache.xml.security.signature.XMLSignatureExceptionprotected byte[] engineSign()
throws org.apache.xml.security.signature.XMLSignatureException
engineSign in class org.apache.xml.security.algorithms.SignatureAlgorithmSpiorg.apache.xml.security.signature.XMLSignatureExceptionprotected void engineInitSign(java.security.Key key,
java.security.SecureRandom securerandom)
throws org.apache.xml.security.signature.XMLSignatureException
engineInitSign in class org.apache.xml.security.algorithms.SignatureAlgorithmSpiorg.apache.xml.security.signature.XMLSignatureExceptionprotected void engineInitSign(java.security.Key key)
throws org.apache.xml.security.signature.XMLSignatureException
engineInitSign in class org.apache.xml.security.algorithms.SignatureAlgorithmSpiorg.apache.xml.security.signature.XMLSignatureExceptionprotected void engineUpdate(byte[] abyte0)
throws org.apache.xml.security.signature.XMLSignatureException
engineUpdate in class org.apache.xml.security.algorithms.SignatureAlgorithmSpiorg.apache.xml.security.signature.XMLSignatureExceptionprotected void engineUpdate(byte byte0)
throws org.apache.xml.security.signature.XMLSignatureException
engineUpdate in class org.apache.xml.security.algorithms.SignatureAlgorithmSpiorg.apache.xml.security.signature.XMLSignatureExceptionprotected void engineUpdate(byte[] abyte0,
int i,
int j)
throws org.apache.xml.security.signature.XMLSignatureException
engineUpdate in class org.apache.xml.security.algorithms.SignatureAlgorithmSpiorg.apache.xml.security.signature.XMLSignatureExceptionprotected java.lang.String engineGetJCEAlgorithmString()
engineGetJCEAlgorithmString in class org.apache.xml.security.algorithms.SignatureAlgorithmSpiprotected java.lang.String engineGetJCEProviderName()
engineGetJCEProviderName in class org.apache.xml.security.algorithms.SignatureAlgorithmSpiprotected void engineSetHMACOutputLength(int i)
throws org.apache.xml.security.signature.XMLSignatureException
engineSetHMACOutputLength in class org.apache.xml.security.algorithms.SignatureAlgorithmSpiorg.apache.xml.security.signature.XMLSignatureExceptionprotected void engineInitSign(java.security.Key key,
java.security.spec.AlgorithmParameterSpec algorithmparameterspec)
throws org.apache.xml.security.signature.XMLSignatureException
engineInitSign in class org.apache.xml.security.algorithms.SignatureAlgorithmSpiorg.apache.xml.security.signature.XMLSignatureExceptionCopyright © 1998-2014 Gamma Technologies. All Rights Reserved.