HMACSignatureAlgorithm
, PKISignatureAlgorithm
public interface SignatureAlgorithm
Modifier and Type | Method | Description |
---|---|---|
void |
engineInitSign(Key signingKey) |
|
void |
engineInitSign(Key signingKey,
SecureRandom secureRandom) |
|
void |
engineInitSign(Key signingKey,
AlgorithmParameterSpec algorithmParameterSpec) |
|
void |
engineInitVerify(Key verificationKey) |
|
void |
engineSetParameter(AlgorithmParameterSpec params) |
|
byte[] |
engineSign() |
|
void |
engineUpdate(byte input) |
|
void |
engineUpdate(byte[] input) |
|
void |
engineUpdate(byte[] buf,
int offset,
int len) |
|
boolean |
engineVerify(byte[] signature) |
void engineUpdate(byte[] input) throws XMLSecurityException
XMLSecurityException
void engineUpdate(byte input) throws XMLSecurityException
XMLSecurityException
void engineUpdate(byte[] buf, int offset, int len) throws XMLSecurityException
XMLSecurityException
void engineInitSign(Key signingKey) throws XMLSecurityException
XMLSecurityException
void engineInitSign(Key signingKey, SecureRandom secureRandom) throws XMLSecurityException
XMLSecurityException
void engineInitSign(Key signingKey, AlgorithmParameterSpec algorithmParameterSpec) throws XMLSecurityException
XMLSecurityException
byte[] engineSign() throws XMLSecurityException
XMLSecurityException
void engineInitVerify(Key verificationKey) throws XMLSecurityException
XMLSecurityException
boolean engineVerify(byte[] signature) throws XMLSecurityException
XMLSecurityException
void engineSetParameter(AlgorithmParameterSpec params) throws XMLSecurityException
XMLSecurityException
Copyright © 2000–2018 The Apache Software Foundation. All rights reserved.