/
org.bouncycastle/
bcprov-jdk15on/
1.46/
org/
bouncycastle/
asn1/
DEREncodable.java
DEREncodable
getDERObject(): DERObject
http://www.bouncycastle.org/java.html
: The Bouncy Castle Crypto package is a Java implementation of cryptographic algorithms. This jar contains JCE provider and lightweight API for the Bouncy Castle Cryptography APIs for JDK 1.5 to JDK 1.7.
Bouncy Castle Licence
package
org.bouncycastle.asn1;
public
interface
DEREncodable
{
public
DERObject
getDERObject
();
}