Methods Summary |
---|
protected void | engineGetContextFromElement(org.w3c.dom.Element element)Method engineGetContextFromElement
this._constructionElement = element;
|
protected abstract java.lang.String | engineGetJCEAlgorithmString()Proxy method for {@link java.security.Signature#getAlgorithm}
which is executed on the internal {@link java.security.Signature} object.
|
protected abstract java.lang.String | engineGetJCEProviderName()Method engineGetJCEProviderName
|
protected abstract java.lang.String | engineGetURI()Returns the URI representation of Transformation algorithm
|
protected abstract void | engineInitSign(java.security.Key signingKey)Proxy method for {@link java.security.Signature#initSign(java.security.PrivateKey)}
which is executed on the internal {@link java.security.Signature} object.
|
protected abstract void | engineInitSign(java.security.Key signingKey, java.security.SecureRandom secureRandom)Proxy method for {@link java.security.Signature#initSign(java.security.PrivateKey, java.security.SecureRandom)}
which is executed on the internal {@link java.security.Signature} object.
|
protected abstract void | engineInitSign(java.security.Key signingKey, java.security.spec.AlgorithmParameterSpec algorithmParameterSpec)Proxy method for {@link javax.crypto.Mac}
which is executed on the internal {@link javax.crypto.Mac#init(Key)} object.
|
protected abstract void | engineInitVerify(java.security.Key verificationKey)Method engineInitVerify
|
protected void | engineSetDocument(org.w3c.dom.Document doc)Method engineSetDocument
this._doc = doc;
|
protected abstract void | engineSetHMACOutputLength(int HMACOutputLength)Method engineSetHMACOutputLength
|
protected abstract void | engineSetParameter(java.security.spec.AlgorithmParameterSpec params)Proxy method for {@link java.security.Signature#setParameter(java.security.spec.AlgorithmParameterSpec)}
which is executed on the internal {@link java.security.Signature} object.
|
protected abstract byte[] | engineSign()Proxy method for {@link java.security.Signature#sign()}
which is executed on the internal {@link java.security.Signature} object.
|
protected abstract void | engineUpdate(byte[] input)Proxy method for {@link java.security.Signature#update(byte[])}
which is executed on the internal {@link java.security.Signature} object.
|
protected abstract void | engineUpdate(byte input)Proxy method for {@link java.security.Signature#update(byte[])}
which is executed on the internal {@link java.security.Signature} object.
|
protected abstract void | engineUpdate(byte[] buf, int offset, int len)Proxy method for {@link java.security.Signature#update(byte[], int, int)}
which is executed on the internal {@link java.security.Signature} object.
|
protected abstract boolean | engineVerify(byte[] signature)Proxy method for {@link java.security.Signature#verify(byte[])}
which is executed on the internal {@link java.security.Signature} object.
|