public class CompositeKeyFactory
Factory for generating composite keys from ASN.1 format key specifications. This is used by class CordaSecurityProvider.
class CordaSecurityProviderpublic CompositeKeyFactory()
Factory for generating composite keys from ASN.1 format key specifications. This is used by class CordaSecurityProvider.
class CordaSecurityProvider@NotNull
protected java.security.PrivateKey engineGeneratePrivate(@NotNull
java.security.spec.KeySpec keySpec)
@Nullable
protected java.security.PublicKey engineGeneratePublic(@NotNull
java.security.spec.KeySpec keySpec)
@NotNull protected <T extends KeySpec> T engineGetKeySpec(@NotNull java.security.Key key, @NotNull java.lang.Class<T> keySpec)
@NotNull
protected java.security.Key engineTranslateKey(@NotNull
java.security.Key key)