Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance. Project price only 1 $
You can buy this project and download/modify it how often you want.
SignatureSpi.engineInitSign(PrivateKey privateKey)
Initializes this signature object with the specified
private key for signing operations.
protected void
SignatureSpi.engineInitSign(PrivateKey privateKey,
SecureRandom random)
Initializes this signature object with the specified
private key and source of randomness for signing operations.
protected abstract void
SignatureSpi.engineInitVerify(PublicKey publicKey)
Initializes this signature object with the specified
public key for verification operations.
KeyFactorySpi.engineTranslateKey(Key key)
Translates a key object, whose provider may be unknown or
potentially untrusted, into a corresponding key object of this key
factory.
void
Signature.initSign(PrivateKey privateKey)
Initialize this object for signing.
KeyFactory.translateKey(Key key)
Translates a key object, whose provider may be unknown or potentially
untrusted, into a corresponding key object of this key factory.
boolean
SignedObject.verify(PublicKey verificationKey,
Signature verificationEngine)
Verifies that the signature in this SignedObject is the valid
signature for the object stored inside, with the given
verification key, using the designated verification engine.
X509CRL.verify(PublicKey key)
Verifies that this CRL was signed using the
private key that corresponds to the given public key.
abstract void
Certificate.verify(PublicKey key)
Verifies that this certificate was signed using the
private key that corresponds to the specified public key.
abstract void
X509CRL.verify(PublicKey key,
String sigProvider)
Verifies that this CRL was signed using the
private key that corresponds to the given public key.
abstract void
Certificate.verify(PublicKey key,
String sigProvider)
Verifies that this certificate was signed using the
private key that corresponds to the specified public key.
KeyAgreement.doPhase(Key key,
boolean lastPhase)
Executes the next phase of this key agreement with the given
key that was received from one of the other parties involved in this key
agreement.
KeyAgreementSpi.engineDoPhase(Key key,
boolean lastPhase)
Executes the next phase of this key agreement with the given
key that was received from one of the other parties involved in this key
agreement.
KeyAgreementSpi.engineGenerateSecret(String algorithm)
Creates the shared secret and returns it as a secret key object
of the requested algorithm type.
protected int
CipherSpi.engineGetKeySize(Key key)
Returns the key size of the given key object in bits.
protected abstract void
CipherSpi.engineInit(int opmode,
Key key,
AlgorithmParameterSpec params,
SecureRandom random)
Initializes this cipher with a key, a set of
algorithm parameters, and a source of randomness.
protected abstract void
CipherSpi.engineInit(int opmode,
Key key,
AlgorithmParameters params,
SecureRandom random)
Initializes this cipher with a key, a set of
algorithm parameters, and a source of randomness.
protected abstract void
CipherSpi.engineInit(int opmode,
Key key,
SecureRandom random)
Initializes this cipher with a key and a source
of randomness.
protected abstract void
ExemptionMechanismSpi.engineInit(Key key)
Initializes this exemption mechanism with a key.
protected abstract void
ExemptionMechanismSpi.engineInit(Key key,
AlgorithmParameters params)
Initializes this exemption mechanism with a key and a set of algorithm
parameters.
ExemptionMechanismSpi.engineInit(Key key,
AlgorithmParameterSpec params)
Initializes this exemption mechanism with a key and a set of algorithm
parameters.
protected abstract void
KeyAgreementSpi.engineInit(Key key,
AlgorithmParameterSpec params,
SecureRandom random)
Initializes this key agreement with the given key, set of
algorithm parameters, and source of randomness.
protected abstract void
KeyAgreementSpi.engineInit(Key key,
SecureRandom random)
Initializes this key agreement with the given key and source of
randomness.
SecretKeyFactorySpi.engineTranslateKey(SecretKey key)
Translates a key object, whose provider may be unknown or
potentially untrusted, into a corresponding key object of this
secret-key factory.
EncryptedPrivateKeyInfo.getKeySpec(Key decryptKey,
Provider provider)
Extract the enclosed PKCS8EncodedKeySpec object from the
encrypted data and return it.
EncryptedPrivateKeyInfo.getKeySpec(Key decryptKey,
String providerName)
Extract the enclosed PKCS8EncodedKeySpec object from the
encrypted data and return it.
SealedObject.getObject(Key key,
String provider)
Retrieves the original (encapsulated) object.
void
Cipher.init(int opmode,
Certificate certificate)
Initializes this cipher with the public key from the given certificate.
void
Cipher.init(int opmode,
Certificate certificate,
SecureRandom random)
Initializes this cipher with the public key from the given certificate
and
a source of randomness.
void
Cipher.init(int opmode,
Key key)
Initializes this cipher with a key.
void
Cipher.init(int opmode,
Key key,
AlgorithmParameters params)
Initializes this cipher with a key and a set of algorithm
parameters.
void
Cipher.init(int opmode,
Key key,
AlgorithmParameterSpec params)
Initializes this cipher with a key and a set of algorithm
parameters.
void
Cipher.init(int opmode,
Key key,
AlgorithmParameterSpec params,
SecureRandom random)
Initializes this cipher with a key, a set of algorithm
parameters, and a source of randomness.
void
Cipher.init(int opmode,
Key key,
AlgorithmParameters params,
SecureRandom random)
Initializes this cipher with a key, a set of algorithm
parameters, and a source of randomness.
void
Cipher.init(int opmode,
Key key,
SecureRandom random)
Initializes this cipher with a key and a source of randomness.
void
Mac.init(Key key)
Initializes this Mac object with the given key.
void
KeyAgreement.init(Key key)
Initializes this key agreement with the given key, which is required to
contain all the algorithm parameters required for this key agreement.
void
ExemptionMechanism.init(Key key)
Initializes this exemption mechanism with a key.
void
ExemptionMechanism.init(Key key,
AlgorithmParameters params)
Initializes this exemption mechanism with a key and a set of algorithm
parameters.
void
Mac.init(Key key,
AlgorithmParameterSpec params)
Initializes this Mac object with the given key and
algorithm parameters.
void
KeyAgreement.init(Key key,
AlgorithmParameterSpec params)
Initializes this key agreement with the given key and set of
algorithm parameters.
void
ExemptionMechanism.init(Key key,
AlgorithmParameterSpec params)
Initializes this exemption mechanism with a key and a set of algorithm
parameters.
void
KeyAgreement.init(Key key,
AlgorithmParameterSpec params,
SecureRandom random)
Initializes this key agreement with the given key, set of
algorithm parameters, and source of randomness.
void
KeyAgreement.init(Key key,
SecureRandom random)
Initializes this key agreement with the given key and source of
randomness.
SecretKeyFactory.translateKey(SecretKey key)
Translates a key object, whose provider may be unknown or potentially
untrusted, into a corresponding key object of this secret-key factory.
DESedeKeySpec(byte[] key)
Creates a DESedeKeySpec object using the first 24 bytes in
key as the key material for the DES-EDE key.
DESedeKeySpec(byte[] key,
int offset)
Creates a DESedeKeySpec object using the first 24 bytes in
key, beginning at offset inclusive,
as the key material for the DES-EDE key.
DESKeySpec(byte[] key)
Creates a DESKeySpec object using the first 8 bytes in
key as the key material for the DES key.
DESKeySpec(byte[] key,
int offset)
Creates a DESKeySpec object using the first 8 bytes in
key, beginning at offset inclusive,
as the key material for the DES key.
Certificate.verify(PublicKey key)
Verifies that this certificate was signed using the
private key that corresponds to the specified public key.
abstract void
Certificate.verify(PublicKey key,
String sigProvider)
Verifies that this certificate was signed using the
private key that corresponds to the specified public key.
Submit a bug or feature For further API reference and developer documentation, see Java SE Developer Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.