Uses of Class
org.bouncycastle.asn1.x9.DHPublicKey
-
Packages that use DHPublicKey Package Description org.bouncycastle.asn1.x9 -
-
Uses of DHPublicKey in org.bouncycastle.asn1.x9
Methods in org.bouncycastle.asn1.x9 that return DHPublicKey Modifier and Type Method Description static DHPublicKey
DHPublicKey. getInstance(Object obj)
Return a DHPublicKey from the passed in object.static DHPublicKey
DHPublicKey. getInstance(ASN1TaggedObject obj, boolean explicit)
Return a DHPublicKey from the passed in tagged object.
-