public class RSAKeyFactory extends KeyFactorySpi
| 构造器和说明 |
|---|
RSAKeyFactory() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected PrivateKey |
engineGeneratePrivate(KeySpec keyspec) |
protected PublicKey |
engineGeneratePublic(KeySpec keyspec) |
protected KeySpec |
engineGetKeySpec(Key key,
Class class1) |
protected Key |
engineTranslateKey(Key key) |
protected static BigInteger[] |
parseKey(byte[] abyte0) |
protected PrivateKey engineGeneratePrivate(KeySpec keyspec) throws InvalidKeySpecException
engineGeneratePrivate 在类中 KeyFactorySpiInvalidKeySpecExceptionprotected PublicKey engineGeneratePublic(KeySpec keyspec) throws InvalidKeySpecException
engineGeneratePublic 在类中 KeyFactorySpiInvalidKeySpecExceptionprotected KeySpec engineGetKeySpec(Key key, Class class1) throws InvalidKeySpecException
engineGetKeySpec 在类中 KeyFactorySpiInvalidKeySpecExceptionprotected Key engineTranslateKey(Key key) throws InvalidKeyException
engineTranslateKey 在类中 KeyFactorySpiInvalidKeyExceptionprotected static BigInteger[] parseKey(byte[] abyte0)
Copyright © 2020. All rights reserved.