- validateKey(KeyPair) - Method in interface org.symphonyoss.s2.common.crypto.cipher.IAsymmetricCipherSuite
-
Validate the given KeyPair and throw an exception if it is not suitable for
use with this CipherSuite.
- validateKey(PrivateKey) - Method in interface org.symphonyoss.s2.common.crypto.cipher.IAsymmetricCipherSuite
-
Validate the given key and throw an exception if it is not suitable for
use with this CipherSuite.
- validateKey(PublicKey) - Method in interface org.symphonyoss.s2.common.crypto.cipher.IAsymmetricCipherSuite
-
Validate the given key and throw an exception if it is not suitable for
use with this CipherSuite.
- valueOf(String) - Static method in enum org.symphonyoss.s2.common.crypto.cipher.AsymmetricCipher
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.symphonyoss.s2.common.crypto.cipher.CertType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.symphonyoss.s2.common.crypto.cipher.SymmetricCipher
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.symphonyoss.s2.common.crypto.cipher.AsymmetricCipher
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.symphonyoss.s2.common.crypto.cipher.CertType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.symphonyoss.s2.common.crypto.cipher.SymmetricCipher
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- verifySignature(ByteString, byte[]) - Method in interface org.symphonyoss.s2.common.crypto.cert.ISignatureVerificationCertificate
-
- verifySignature(byte[], byte[]) - Method in interface org.symphonyoss.s2.common.crypto.cert.ISignatureVerificationCertificate
-
- verifySignature(byte[], byte[], Certificate) - Method in interface org.symphonyoss.s2.common.crypto.cipher.IAsymmetricCipherSuite
-
- verifySignature(byte[], byte[], PublicKey) - Method in interface org.symphonyoss.s2.common.crypto.cipher.IAsymmetricCipherSuite
-