Name

Interface java.security.spec.Algorithm-ParameterSpec

Synopsis

Algorithm parameter specifications are used to import and export keys via a key factory. This interface is used strictly for type identification; the specifics of the parameters are left to the implementing class.

Interface Definition

public interface java.security.spec.AlgorithmParameterSpec {
}

See also

DSAParameterSpec, KeyFactory

Get Java Security, 2nd Edition 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.