public abstract class KeyFactorySpi extends Object
Constructor and Description |
---|
KeyFactorySpi() |
Modifier and Type | Method and Description |
---|---|
protected abstract PrivateKey |
engineGeneratePrivate(KeySpec var0) |
protected abstract PublicKey |
engineGeneratePublic(KeySpec var0) |
protected abstract KeySpec |
engineGetKeySpec(Key var0,
Class var1) |
protected abstract Key |
engineTranslateKey(Key var0) |
protected abstract PrivateKey engineGeneratePrivate(KeySpec var0) throws InvalidKeySpecException
InvalidKeySpecException
protected abstract PublicKey engineGeneratePublic(KeySpec var0) throws InvalidKeySpecException
InvalidKeySpecException
protected abstract KeySpec engineGetKeySpec(Key var0, Class var1) throws InvalidKeySpecException
InvalidKeySpecException
protected abstract Key engineTranslateKey(Key var0) throws InvalidKeyException
InvalidKeyException
Copyright © 2006–2013 OSGi Alliance. All rights reserved.