May 2001
Intermediate to advanced
618 pages
20h 50m
English
Class javax.crypto.spec.SecretKeySpec
This class provides the specifications to key factories to translate secret keys.
public class javax.crypto.spec.SecretKeySpec
extends java.lang.Object
implements java.security.spec.KeySpec, javax.crypto.SecretKey {
// Constructors
public SecretKeySpec(byte[], String);
public SecretKeySpec(byte[], int, int, String);
// Instance Methods
public boolean equals(Object);
public String getAlgorithm( );
public byte[] getEncoded( );
public String getFormat( );
public int hashCode( );
}Read now
Unlock full access