Język

X509CRL.IssuerDN Property

Definition

Do not use , use IssuerX500Principal instead.

public abstract Java.Security.IPrincipal? IssuerDN { [Android.Runtime.Register("getIssuerDN", "()Ljava/security/Principal;", "GetGetIssuerDNHandler")] get; }
[<get: Android.Runtime.Register("getIssuerDN", "()Ljava/security/Principal;", "GetGetIssuerDNHandler")>]
member this.IssuerDN : Java.Security.IPrincipal

Property Value

a Principal whose name is the issuer distinguished name.

Attributes

Remarks

Gets the issuer (issuer distinguished name) value from the CRL. The issuer name identifies the entity that signed (and issued) the CRL. The issuer name field contains an X.500 distinguished name (DN).

issuer    Name

Name ::= CHOICE { RDNSequence }
RDNSequence ::= SEQUENCE OF RelativeDistinguishedName
RelativeDistinguishedName ::=
    SET OF AttributeValueAssertion

AttributeValueAssertion ::= SEQUENCE {
                              AttributeType,
                              AttributeValue }
AttributeType ::= OBJECT IDENTIFIER
AttributeValue ::= ANY

The Name describes a hierarchical name composed of attributes and corresponding values. The type of the AttributeValue component is determined by the AttributeType; in general it will be a directoryString. A directoryString is usually one of PrintableString, TeletexString or UniversalString.

Java reference for java.security.cert.X509CRL.getIssuerDN.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to