Name

PublicKey

Synopsis

This interface is implemented by all public keys. It is used for type identification only. Public keys are created by the PublicKeyAlgorithm class.

public interface PublicKey {
// Public Constants
   public static final String defaultType;                      
// ="NULL_PUBLICKEY”
   public static final String typeDH;                           
// ="DH”
   public static final String typeRSA;                          
// ="RSA”
}

Implementations

PublickeyData

Get JXTA in a Nutshell 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.