KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > security > Signer

java.security
Class Signer

java.lang.Object
  extended by java.security.Identity
      extended by java.security.Signer
All Implemented Interfaces:
Serializable, Principal
See Also:
Source Code, @Deprecated

public PrivateKey getPrivateKey()
See Also:
SecurityManager.checkSecurityAccess(java.lang.String), SecurityException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public final void setKeyPair(KeyPair pair)
                      throws InvalidParameterException,
                             KeyException
See Also:
SecurityManager.checkSecurityAccess(java.lang.String), SecurityException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected Signer()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Signer(String name)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Signer(String name,
              IdentityScope scope)
       throws KeyManagementException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String toString()
See Also:
SecurityManager.checkSecurityAccess(java.lang.String), Identity, Principal
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Free Books   Free Magazines  
Popular Tags