C# Class java.security.KeyFactorySpi_

Inheritance: java.security.KeyFactorySpi
Afficher le fichier Open project: JeroMiya/androidmono

Méthodes protégées

Méthode Description
engineGeneratePrivate ( java arg0 ) : global::java.security.PrivateKey
engineGeneratePublic ( java arg0 ) : global::java.security.PublicKey
engineGetKeySpec ( java arg0, java arg1 ) : global::java.security.spec.KeySpec
engineTranslateKey ( java arg0 ) : global::java.security.Key

Private Methods

Méthode Description
KeyFactorySpi_ ( )
KeyFactorySpi_ ( global @__env )

Method Details

engineGeneratePrivate() protected méthode

protected engineGeneratePrivate ( java arg0 ) : global::java.security.PrivateKey
arg0 java
Résultat global::java.security.PrivateKey

engineGeneratePublic() protected méthode

protected engineGeneratePublic ( java arg0 ) : global::java.security.PublicKey
arg0 java
Résultat global::java.security.PublicKey

engineGetKeySpec() protected méthode

protected engineGetKeySpec ( java arg0, java arg1 ) : global::java.security.spec.KeySpec
arg0 java
arg1 java
Résultat global::java.security.spec.KeySpec

engineTranslateKey() protected méthode

protected engineTranslateKey ( java arg0 ) : global::java.security.Key
arg0 java
Résultat global::java.security.Key