Package java.security

Interface Key

All Superinterfaces:
Serializable
All Known Subinterfaces:
DSAPrivateKey, DSAPublicKey, PrivateKey, PublicKey, RSAPrivateCrtKey, RSAPrivateKey, RSAPublicKey

public interface Key extends Serializable
  • Field Details

  • Method Details

    • getAlgorithm

      String getAlgorithm()
    • getEncoded

      byte[] getEncoded()
    • getFormat

      String getFormat()