Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
gnu.javax.crypto.key.srp6.SRPPublicKey

Uses of SRPPublicKey in gnu.javax.crypto.key.srp6
 

Methods in gnu.javax.crypto.key.srp6 that return SRPPublicKey
static SRPPublicKey SRPPublicKey.valueOf(byte[] k)
          A class method that takes the output of the encodePublicKey() method of an SRP keypair codec object (an instance implementing gnu.java.security.key.IKeyPairCodec for SRP keys, and re-constructs an instance of this object.