C# 클래스 java.security.KeyFactorySpi

상속: java.lang.Object
파일 보기 프로젝트 열기: JeroMiya/androidmono 1 사용 예제들

보호된 메소드들

메소드 설명
KeyFactorySpi ( global @__env )
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

비공개 메소드들

메소드 설명
KeyFactorySpi ( )

메소드 상세

KeyFactorySpi() 보호된 메소드

protected KeyFactorySpi ( global @__env )
@__env global

engineGeneratePrivate() 보호된 추상적인 메소드

protected abstract engineGeneratePrivate ( java arg0 ) : global::java.security.PrivateKey
arg0 java
리턴 global::java.security.PrivateKey

engineGeneratePublic() 보호된 추상적인 메소드

protected abstract engineGeneratePublic ( java arg0 ) : global::java.security.PublicKey
arg0 java
리턴 global::java.security.PublicKey

engineGetKeySpec() 보호된 추상적인 메소드

protected abstract engineGetKeySpec ( java arg0, java arg1 ) : global::java.security.spec.KeySpec
arg0 java
arg1 java
리턴 global::java.security.spec.KeySpec

engineTranslateKey() 보호된 추상적인 메소드

protected abstract engineTranslateKey ( java arg0 ) : global::java.security.Key
arg0 java
리턴 global::java.security.Key