C# Class java.security.KeyStore.PasswordProtection

Inheritance: java.lang.Object, ProtectionParameter, javax.security.auth.Destroyable
Afficher le fichier Open project: JeroMiya/androidmono

Méthodes publiques

Méthode Description
PasswordProtection ( char arg0 )
destroy ( ) : void
getPassword ( ) : char[]
isDestroyed ( ) : bool

Méthodes protégées

Méthode Description
PasswordProtection ( global @__env )

Private Methods

Méthode Description
PasswordProtection ( )

Method Details

PasswordProtection() public méthode

public PasswordProtection ( char arg0 )
arg0 char

PasswordProtection() protected méthode

protected PasswordProtection ( global @__env )
@__env global

destroy() public méthode

public destroy ( ) : void
Résultat void

getPassword() public méthode

public getPassword ( ) : char[]
Résultat char[]

isDestroyed() public méthode

public isDestroyed ( ) : bool
Résultat bool