C# Class java.security.cert.PKIXParameters

Inheritance: java.lang.Object, CertPathParameters
Afficher le fichier Open project: JeroMiya/androidmono Class Usage Examples

Méthodes publiques

Méthode Description
PKIXParameters ( java arg0 )
addCertPathChecker ( java arg0 ) : void
addCertStore ( java arg0 ) : void
clone ( ) : global::java.lang.Object
getCertPathCheckers ( ) : global::java.util.List
getCertStores ( ) : global::java.util.List
getDate ( ) : global::java.util.Date
getInitialPolicies ( ) : global::java.util.Set
getPolicyQualifiersRejected ( ) : bool
getSigProvider ( ) : global::java.lang.String
getTargetCertConstraints ( ) : global::java.security.cert.CertSelector
getTrustAnchors ( ) : global::java.util.Set
isAnyPolicyInhibited ( ) : bool
isExplicitPolicyRequired ( ) : bool
isPolicyMappingInhibited ( ) : bool
isRevocationEnabled ( ) : bool
setAnyPolicyInhibited ( bool arg0 ) : void
setCertPathCheckers ( java arg0 ) : void
setCertStores ( java arg0 ) : void
setDate ( java arg0 ) : void
setExplicitPolicyRequired ( bool arg0 ) : void
setInitialPolicies ( java arg0 ) : void
setPolicyMappingInhibited ( bool arg0 ) : void
setPolicyQualifiersRejected ( bool arg0 ) : void
setRevocationEnabled ( bool arg0 ) : void
setSigProvider ( java arg0 ) : void
setTargetCertConstraints ( java arg0 ) : void
setTrustAnchors ( java arg0 ) : void
toString ( ) : global::java.lang.String

Méthodes protégées

Méthode Description
PKIXParameters ( global @__env )

Private Methods

Méthode Description
PKIXParameters ( )

Method Details

PKIXParameters() protected méthode

protected PKIXParameters ( global @__env )
@__env global

PKIXParameters() public méthode

public PKIXParameters ( java arg0 )
arg0 java

addCertPathChecker() public méthode

public addCertPathChecker ( java arg0 ) : void
arg0 java
Résultat void

addCertStore() public méthode

public addCertStore ( java arg0 ) : void
arg0 java
Résultat void

clone() public méthode

public clone ( ) : global::java.lang.Object
Résultat global::java.lang.Object

getCertPathCheckers() public méthode

public getCertPathCheckers ( ) : global::java.util.List
Résultat global::java.util.List

getCertStores() public méthode

public getCertStores ( ) : global::java.util.List
Résultat global::java.util.List

getDate() public méthode

public getDate ( ) : global::java.util.Date
Résultat global::java.util.Date

getInitialPolicies() public méthode

public getInitialPolicies ( ) : global::java.util.Set
Résultat global::java.util.Set

getPolicyQualifiersRejected() public méthode

public getPolicyQualifiersRejected ( ) : bool
Résultat bool

getSigProvider() public méthode

public getSigProvider ( ) : global::java.lang.String
Résultat global::java.lang.String

getTargetCertConstraints() public méthode

public getTargetCertConstraints ( ) : global::java.security.cert.CertSelector
Résultat global::java.security.cert.CertSelector

getTrustAnchors() public méthode

public getTrustAnchors ( ) : global::java.util.Set
Résultat global::java.util.Set

isAnyPolicyInhibited() public méthode

public isAnyPolicyInhibited ( ) : bool
Résultat bool

isExplicitPolicyRequired() public méthode

public isExplicitPolicyRequired ( ) : bool
Résultat bool

isPolicyMappingInhibited() public méthode

public isPolicyMappingInhibited ( ) : bool
Résultat bool

isRevocationEnabled() public méthode

public isRevocationEnabled ( ) : bool
Résultat bool

setAnyPolicyInhibited() public méthode

public setAnyPolicyInhibited ( bool arg0 ) : void
arg0 bool
Résultat void

setCertPathCheckers() public méthode

public setCertPathCheckers ( java arg0 ) : void
arg0 java
Résultat void

setCertStores() public méthode

public setCertStores ( java arg0 ) : void
arg0 java
Résultat void

setDate() public méthode

public setDate ( java arg0 ) : void
arg0 java
Résultat void

setExplicitPolicyRequired() public méthode

public setExplicitPolicyRequired ( bool arg0 ) : void
arg0 bool
Résultat void

setInitialPolicies() public méthode

public setInitialPolicies ( java arg0 ) : void
arg0 java
Résultat void

setPolicyMappingInhibited() public méthode

public setPolicyMappingInhibited ( bool arg0 ) : void
arg0 bool
Résultat void

setPolicyQualifiersRejected() public méthode

public setPolicyQualifiersRejected ( bool arg0 ) : void
arg0 bool
Résultat void

setRevocationEnabled() public méthode

public setRevocationEnabled ( bool arg0 ) : void
arg0 bool
Résultat void

setSigProvider() public méthode

public setSigProvider ( java arg0 ) : void
arg0 java
Résultat void

setTargetCertConstraints() public méthode

public setTargetCertConstraints ( java arg0 ) : void
arg0 java
Résultat void

setTrustAnchors() public méthode

public setTrustAnchors ( java arg0 ) : void
arg0 java
Résultat void

toString() public méthode

public toString ( ) : global::java.lang.String
Résultat global::java.lang.String