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 SecretKey and has the following methods:

  • public SecretKey getSecretKey(): Returns the entry's SecretKey
  • public String toString(): Returns the SecretKeyEntry as String
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset