Name

Interface javax.crypto.SecretKey

Description

SecretKey is a semantic extension to the java.security.Key interface. It represents a key that is used with a symmetric cipher.

Interface Definition

public abstract interface javax.crypto.SecretKey
  implements java.security.Key {
}

See Also

Key

Get Java Cryptography 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.