All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface java.security.KeyParams

public interface KeyParams
Algorithm-specific key parameters. This interface is intended to be a common parent of interfaces to algorithm-specific key parameters interfaces such as DSAParams.

When a sub-interface returns a byte array that represents a number, each byte is a digit in base 256, and the most significant byte is first (index 0). That representation is a suitable argument to java.lang.Bignum.createFromByteArray.

See Also:
DSAParams, Key, Signature


All Packages  Class Hierarchy  This Package  Previous  Next  Index