org.bouncycastle.jce.provider
Class JDKPKCS12KeyStore.CertId

java.lang.Object
  extended by org.bouncycastle.jce.provider.JDKPKCS12KeyStore.CertId
Enclosing class:
JDKPKCS12KeyStore

private class JDKPKCS12KeyStore.CertId
extends java.lang.Object


Field Summary
(package private)  byte[] id
           
 
Constructor Summary
JDKPKCS12KeyStore.CertId(byte[] id)
           
JDKPKCS12KeyStore.CertId(java.security.PublicKey key)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

byte[] id
Constructor Detail

JDKPKCS12KeyStore.CertId

JDKPKCS12KeyStore.CertId(java.security.PublicKey key)

JDKPKCS12KeyStore.CertId

JDKPKCS12KeyStore.CertId(byte[] id)
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object