Access | Constructor and Description |
---|---|
private |
Modifier and Type | Method and Description |
---|---|
public static ECPrivateKey | Returns: the private key that was evaluated.the private key to be checked. prv)Check an ECPrivateKey to make sure the scalar value is within the range of the order [1, n-1]. |
public static ECPrivateKey | |
public static ECPoint | |
public static byte[] | |
public static ECPublicKey | |
public static byte[] | |
public static byte[] | |
public static byte[] | |
public static boolean | |
public static ECPrivateKey | |
public static String | |
public static AlgorithmParameters | |
public static ECParameterSpec | |
public static ECParameterSpec | |
public static ECParameterSpec | |
public static ECParameterSpec | |
private static KeyFactory | |
public static byte[] | |
public static byte[] | |
public static void | |
public static byte[] |
ECUtil | back to summary |
---|---|
private ECUtil() |
checkPrivateKey | back to summary |
---|---|
public static ECPrivateKey checkPrivateKey(ECPrivateKey prv) throws InvalidKeyException Check an ECPrivateKey to make sure the scalar value is within the range of the order [1, n-1].
|
decodePKCS8ECPrivateKey | back to summary |
---|---|
public static ECPrivateKey decodePKCS8ECPrivateKey(byte[] encoded) throws InvalidKeySpecException |
decodePoint | back to summary |
---|---|
public static ECPoint decodePoint(byte[] data, EllipticCurve curve) throws IOException |
decodeSignature | back to summary |
---|---|
public static byte[] decodeSignature(byte[] sig) throws SignatureException |
decodeX509ECPublicKey | back to summary |
---|---|
public static ECPublicKey decodeX509ECPublicKey(byte[] encoded) throws InvalidKeySpecException |
encodeECParameterSpec | back to summary |
---|---|
public static byte[] encodeECParameterSpec(Provider p, ECParameterSpec spec) |
encodePoint | back to summary |
---|---|
public static byte[] encodePoint(ECPoint point, EllipticCurve curve) |
encodeSignature | back to summary |
---|---|
public static byte[] encodeSignature(byte[] signature) throws SignatureException |
equals | back to summary |
---|---|
public static boolean equals(ECParameterSpec spec1, ECParameterSpec spec2) |
generateECPrivateKey | back to summary |
---|---|
public static ECPrivateKey generateECPrivateKey(BigInteger s, ECParameterSpec params) throws InvalidKeySpecException |
getCurveName | back to summary |
---|---|
public static String getCurveName(Provider p, ECParameterSpec spec) |
getECParameters | back to summary |
---|---|
public static AlgorithmParameters getECParameters(Provider p) |
getECParameterSpec | back to summary |
---|---|
public static ECParameterSpec getECParameterSpec(Provider p, ECParameterSpec spec) |
getECParameterSpec | back to summary |
---|---|
public static ECParameterSpec getECParameterSpec(Provider p, byte[] params) throws IOException |
getECParameterSpec | back to summary |
---|---|
public static ECParameterSpec getECParameterSpec(Provider p, String name) |
getECParameterSpec | back to summary |
---|---|
public static ECParameterSpec getECParameterSpec(Provider p, int keySize) |
getKeyFactory | back to summary |
---|---|
private static KeyFactory getKeyFactory() |
sArray | back to summary |
---|---|
public static byte[] sArray(BigInteger s, ECParameterSpec params) |
trimZeroes | back to summary |
---|---|
public static byte[] trimZeroes(byte[] b) |
validatePublicKey | back to summary |
---|---|
public static void validatePublicKey(ECPoint point, ECParameterSpec spec) throws InvalidKeyException |
x509EncodeECPublicKey | back to summary |
---|---|
public static byte[] x509EncodeECPublicKey(ECPoint w, ECParameterSpec params) throws InvalidKeySpecException |