Skip navigation links
G I O P S U V 

G

generate() - Method in interface org.xwiki.crypto.signer.Signer
Generate a signature for the accumulated data.
generate(byte[]) - Method in interface org.xwiki.crypto.signer.Signer
Generate a signature for the accumulated data, including the provided buffer.
generate(byte[], int, int) - Method in interface org.xwiki.crypto.signer.Signer
Generate a signature for the accumulated data, including the part of the provided buffer.
getAlgorithmName() - Method in interface org.xwiki.crypto.signer.Signer
 
getEncoded() - Method in interface org.xwiki.crypto.signer.Signer
 
getHashAlgorithm() - Method in class org.xwiki.crypto.signer.params.PssParameters
 
getInputStream(InputStream) - Method in interface org.xwiki.crypto.signer.Signer
Return a pass through input stream, all data will be accumulated for calculating signatures.
getInstance(boolean, CipherParameters) - Method in interface org.xwiki.crypto.signer.SignerFactory
Create a new initialized signer from parameters.
getInstance(boolean, CipherParameters, byte[]) - Method in interface org.xwiki.crypto.signer.SignerFactory
Create a new initialized signer from encoded parameters.
getKeyParameters() - Method in class org.xwiki.crypto.signer.params.PssSignerParameters
 
getMaskGenAlgorithm() - Method in class org.xwiki.crypto.signer.params.PssParameters
 
getOutputStream() - Method in interface org.xwiki.crypto.signer.Signer
Return a pass through output stream, all data will be accumulated for calculating signatures.
getPssParameters() - Method in class org.xwiki.crypto.signer.params.PssSignerParameters
 
getSaltLength() - Method in class org.xwiki.crypto.signer.params.PssParameters
 
getTrailerByte() - Method in class org.xwiki.crypto.signer.params.PssParameters
 
getTrailerField() - Method in class org.xwiki.crypto.signer.params.PssParameters
 

I

isForSigning() - Method in interface org.xwiki.crypto.signer.Signer
 

O

org.xwiki.crypto.signer - package org.xwiki.crypto.signer
 
org.xwiki.crypto.signer.params - package org.xwiki.crypto.signer.params
 

P

PssParameters - Class in org.xwiki.crypto.signer.params
PSS parameters.
PssParameters() - Constructor for class org.xwiki.crypto.signer.params.PssParameters
Construct default RSASSA-PSS parameters according to PKCS #1 definition of default value.
PssParameters(String) - Constructor for class org.xwiki.crypto.signer.params.PssParameters
Construct RSASSA-PSS parameters using default trailer and the same digest algorithm for both hash and mgf1.
PssParameters(String, int) - Constructor for class org.xwiki.crypto.signer.params.PssParameters
Construct RSASSA-PSS parameters using default trailer and the same digest algorithm for both hash and mgf1.
PssParameters(String, String, int) - Constructor for class org.xwiki.crypto.signer.params.PssParameters
Construct RSASSA-PSS parameters using custom parameters.
PssParameters(String, String, int, int) - Constructor for class org.xwiki.crypto.signer.params.PssParameters
Construct RSASSA-PSS parameters using custom parameters.
PssSignerParameters - Class in org.xwiki.crypto.signer.params
PSS signer parameters.
PssSignerParameters(AsymmetricKeyParameters) - Constructor for class org.xwiki.crypto.signer.params.PssSignerParameters
Construct default RSASSA-PSS parameters according to PKCS #1 definition of default value.
PssSignerParameters(AsymmetricKeyParameters, String, int) - Constructor for class org.xwiki.crypto.signer.params.PssSignerParameters
Construct RSASSA-PSS parameters using default trailer and the same digest algorithm for both hash and mgf1.
PssSignerParameters(AsymmetricKeyParameters, String, String, int) - Constructor for class org.xwiki.crypto.signer.params.PssSignerParameters
Construct RSASSA-PSS parameters using custom parameters.
PssSignerParameters(AsymmetricKeyParameters, String, String, int, int) - Constructor for class org.xwiki.crypto.signer.params.PssSignerParameters
Construct RSASSA-PSS parameters using custom parameters.

S

Signer - Interface in org.xwiki.crypto.signer
Interface on a signer engines ready to process data for signing or verification.
SignerFactory - Interface in org.xwiki.crypto.signer
Factory creating signer for signing and verifying data integrity.

U

update(byte) - Method in interface org.xwiki.crypto.signer.Signer
Accumulate byte data to calculate signature.
update(byte[]) - Method in interface org.xwiki.crypto.signer.Signer
Accumulate byte array data to calculate signature.
update(byte[], int, int) - Method in interface org.xwiki.crypto.signer.Signer
Accumulate part of a byte array to calculate signature.

V

verify(byte[]) - Method in interface org.xwiki.crypto.signer.Signer
Verify the given signature against the accumulated data.
verify(byte[], byte[]) - Method in interface org.xwiki.crypto.signer.Signer
Verify the given signature against the accumulated data, including the provided buffer.
verify(byte[], int, int, byte[], int, int) - Method in interface org.xwiki.crypto.signer.Signer
Verify the given signature against the accumulated data, including the part of the provided buffer.
G I O P S U V 
Skip navigation links

Copyright © 2004–2021 XWiki. All rights reserved.