C# Class java.security.KeyStore.PasswordProtection

Inheritance: java.lang.Object, ProtectionParameter, javax.security.auth.Destroyable
Mostra file Open project: JeroMiya/androidmono

Public Methods

Method Description
PasswordProtection ( char arg0 )
destroy ( ) : void
getPassword ( ) : char[]
isDestroyed ( ) : bool

Protected Methods

Method Description
PasswordProtection ( global @__env )

Private Methods

Method Description
PasswordProtection ( )

Method Details

PasswordProtection() public method

public PasswordProtection ( char arg0 )
arg0 char

PasswordProtection() protected method

protected PasswordProtection ( global @__env )
@__env global

destroy() public method

public destroy ( ) : void
return void

getPassword() public method

public getPassword ( ) : char[]
return char[]

isDestroyed() public method

public isDestroyed ( ) : bool
return bool