SATSA - JSR177

Package javax.crypto.spec

Provides classes and interfaces for key specifications and algorithm parameter specifications.

See:
          Description

Class Summary
IvParameterSpec This class specifies an initialization vector (IV).
SecretKeySpec This class specifies a secret key in a provider-independent fashion.
 

Package javax.crypto.spec Description

Provides classes and interfaces for key specifications and algorithm parameter specifications.

A key specification is a transparent representation of the key material that constitutes a key. A key may be specified in an algorithm-specific way, or in an algorithm-independent encoding format (such as ASN.1).

An algorithm parameter specification is a transparent representation of the sets of parameters used with an algorithm.

Package Specification

SATSA Subset Description

This package is a subset of the javax.crypto.spec package in the Java 2 Platform, Standard Edition, version 1.4.2.

Since:
SATSA1.0

SATSA - JSR177

Submit a comment or suggestion Version 1.0 of SATSA Specification
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries. Copyright 1993-2004 Sun Microsystems, Inc. 901 San Antonio Road,Palo Alto, California, 94303, U.S.A. All Rights Reserved.