The SecretKeyEntry class

The KeyStore.SecretKeyEntry class definition is as follows:

    public static final class KeyStore.SecretKeyEntry extends     Object implements KeyStore.Entry

This class holds a SecretKey and has the following methods:

  • public SecretKey getSecretKey():
    • Returns the entry's SecretKey
  • public String toString():
    • Returns the SecretKeyEntry as a String.

Get Java 9: Building Robust Modular Applications 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.