Name

Class javax.crypto.spec.PBEKeySpec

Synopsis

This class represents a key specification for a key that is used with passphrase encryption.

Class Definition

public class javax.crypto.spec.PBEKeySpec
	extends java.lang.Object
	implements java.security.spec.KeySpec {

	// Constructors
	public PBEKeySpec(String);

	// Instance Methods
	public final String getPassword();
}

See also:

PBEParameterSpec, SecretKey, SecretKeyFactory

Get Java Security now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.