opencard.opt.security
Interface SymmetricCredential


public abstract interface SymmetricCredential
extends Credential

Credential that implements a symmetric algorithm like DES. This tag interface allows card services or other credential users to distinguish PKA (asymmetric) credentials from symmetric credentials.
For an example which uses this tag interface see DESSignCredential.

See Also:
PKACredential, Credential