All Methods Static Methods Concrete Methods Deprecated Methods
Modifier and Type |
Method and Description |
static NativeBigInteger[] |
aSN1ToBigInteger(byte[] asn,
int len)
See above.
|
static void |
clearCaches() |
(package private) static byte[] |
combine(BigInteger x,
BigInteger y,
int len)
Combine two BigIntegers of nominal length = len / 2
|
static SigningPrivateKey |
fromJavaKey(DSAPrivateKey pk) |
static SigningPublicKey |
fromJavaKey(DSAPublicKey pk) |
static SigningPrivateKey |
fromJavaKey(ECPrivateKey pk,
SigType type) |
static SigningPublicKey |
fromJavaKey(ECPublicKey pk,
SigType type) |
static SigningPrivateKey |
fromJavaKey(EdDSAPrivateKey pk,
SigType type) |
static SigningPublicKey |
fromJavaKey(EdDSAPublicKey pk,
SigType type) |
static SigningPrivateKey |
fromJavaKey(PrivateKey pk)
Use if SigType is unknown.
|
static SigningPrivateKey |
fromJavaKey(PrivateKey pk,
SigType type)
Use if SigType is known.
|
static SigningPublicKey |
fromJavaKey(PublicKey pk)
Use if SigType is unknown.
|
static SigningPublicKey |
fromJavaKey(PublicKey pk,
SigType type)
Use if SigType is known.
|
static SigningPrivateKey |
fromJavaKey(RSAPrivateKey pk,
SigType type)
As of 0.9.31, if pk is a RSAPrivateCrtKey,
this will return a RSASigningPrivateCrtKey.
|
static SigningPublicKey |
fromJavaKey(RSAPublicKey pk,
SigType type) |
static Signature |
fromJavaSig(byte[] asn,
SigType type) |
static PrivateKey |
importJavaPrivateKey(File file,
SigType type) |
static PublicKey |
importJavaPublicKey(File file,
SigType type) |
static int |
intToASN1(byte[] d,
int idx,
int val)
Output an length or integer value in ASN.1
Does NOT output the tag e.g.
|
static byte[] |
rectify(BigInteger bi,
int len) |
static byte[] |
sigBytesToASN1(BigInteger r,
BigInteger s)
http://download.oracle.com/javase/1.5.0/docs/guide/security/CryptoSpec.html
|
static DSAPrivateKey |
toJavaDSAKey(SigningPrivateKey pk) |
static DSAPublicKey |
toJavaDSAKey(SigningPublicKey pk) |
static ECPrivateKey |
toJavaECKey(SigningPrivateKey pk) |
static ECPublicKey |
toJavaECKey(SigningPublicKey pk) |
static EdDSAPrivateKey |
toJavaEdDSAKey(SigningPrivateKey pk) |
static EdDSAPublicKey |
toJavaEdDSAKey(SigningPublicKey pk) |
static PrivateKey |
toJavaKey(SigningPrivateKey pk) |
static PublicKey |
toJavaKey(SigningPublicKey pk) |
static RSAPrivateKey |
toJavaRSAKey(SigningPrivateKey pk)
As of 0.9.31, if pk is a RSASigningPrivateCrtKey,
this will return a RSAPrivateCrtKey.
|
static RSAPublicKey |
toJavaRSAKey(SigningPublicKey pk)
|
static byte[] |
toJavaSig(Signature sig) |