Java 类sun.security.x509.X509CRLEntryImpl 实例源码

项目:OpenJSharp    文件:X509CRLEntry.java   
/**
 * Returns the reason the certificate has been revoked, as specified
 * in the Reason Code extension of this CRL entry.
 *
 * @return the reason the certificate has been revoked, or
 *    {@code null} if this CRL entry does not have
 *    a Reason Code extension
 * @since 1.7
 */
public CRLReason getRevocationReason() {
    if (!hasExtensions()) {
        return null;
    }
    return X509CRLEntryImpl.getRevocationReason(this);
}
项目:jdk8u-jdk    文件:X509CRLEntry.java   
/**
 * Returns the reason the certificate has been revoked, as specified
 * in the Reason Code extension of this CRL entry.
 *
 * @return the reason the certificate has been revoked, or
 *    {@code null} if this CRL entry does not have
 *    a Reason Code extension
 * @since 1.7
 */
public CRLReason getRevocationReason() {
    if (!hasExtensions()) {
        return null;
    }
    return X509CRLEntryImpl.getRevocationReason(this);
}
项目:openjdk-jdk10    文件:X509CRLEntry.java   
/**
 * Returns the reason the certificate has been revoked, as specified
 * in the Reason Code extension of this CRL entry.
 *
 * @return the reason the certificate has been revoked, or
 *    {@code null} if this CRL entry does not have
 *    a Reason Code extension
 * @since 1.7
 */
public CRLReason getRevocationReason() {
    if (!hasExtensions()) {
        return null;
    }
    return X509CRLEntryImpl.getRevocationReason(this);
}
项目:openjdk9    文件:X509CRLEntry.java   
/**
 * Returns the reason the certificate has been revoked, as specified
 * in the Reason Code extension of this CRL entry.
 *
 * @return the reason the certificate has been revoked, or
 *    {@code null} if this CRL entry does not have
 *    a Reason Code extension
 * @since 1.7
 */
public CRLReason getRevocationReason() {
    if (!hasExtensions()) {
        return null;
    }
    return X509CRLEntryImpl.getRevocationReason(this);
}
项目:Java8CN    文件:X509CRLEntry.java   
/**
 * Returns the reason the certificate has been revoked, as specified
 * in the Reason Code extension of this CRL entry.
 *
 * @return the reason the certificate has been revoked, or
 *    {@code null} if this CRL entry does not have
 *    a Reason Code extension
 * @since 1.7
 */
public CRLReason getRevocationReason() {
    if (!hasExtensions()) {
        return null;
    }
    return X509CRLEntryImpl.getRevocationReason(this);
}
项目:jdk8u_jdk    文件:X509CRLEntry.java   
/**
 * Returns the reason the certificate has been revoked, as specified
 * in the Reason Code extension of this CRL entry.
 *
 * @return the reason the certificate has been revoked, or
 *    {@code null} if this CRL entry does not have
 *    a Reason Code extension
 * @since 1.7
 */
public CRLReason getRevocationReason() {
    if (!hasExtensions()) {
        return null;
    }
    return X509CRLEntryImpl.getRevocationReason(this);
}
项目:lookaside_java-1.8.0-openjdk    文件:X509CRLEntry.java   
/**
 * Returns the reason the certificate has been revoked, as specified
 * in the Reason Code extension of this CRL entry.
 *
 * @return the reason the certificate has been revoked, or
 *    {@code null} if this CRL entry does not have
 *    a Reason Code extension
 * @since 1.7
 */
public CRLReason getRevocationReason() {
    if (!hasExtensions()) {
        return null;
    }
    return X509CRLEntryImpl.getRevocationReason(this);
}
项目:jdk-1.7-annotated    文件:X509CRLEntry.java   
/**
 * Returns the reason the certificate has been revoked, as specified
 * in the Reason Code extension of this CRL entry.
 *
 * @return the reason the certificate has been revoked, or
 *    <code>null</code> if this CRL entry does not have
 *    a Reason Code extension
 * @since 1.7
 */
public CRLReason getRevocationReason() {
    if (!hasExtensions()) {
        return null;
    }
    return X509CRLEntryImpl.getRevocationReason(this);
}
项目:infobip-open-jdk-8    文件:X509CRLEntry.java   
/**
 * Returns the reason the certificate has been revoked, as specified
 * in the Reason Code extension of this CRL entry.
 *
 * @return the reason the certificate has been revoked, or
 *    {@code null} if this CRL entry does not have
 *    a Reason Code extension
 * @since 1.7
 */
public CRLReason getRevocationReason() {
    if (!hasExtensions()) {
        return null;
    }
    return X509CRLEntryImpl.getRevocationReason(this);
}
项目:jdk8u-dev-jdk    文件:X509CRLEntry.java   
/**
 * Returns the reason the certificate has been revoked, as specified
 * in the Reason Code extension of this CRL entry.
 *
 * @return the reason the certificate has been revoked, or
 *    {@code null} if this CRL entry does not have
 *    a Reason Code extension
 * @since 1.7
 */
public CRLReason getRevocationReason() {
    if (!hasExtensions()) {
        return null;
    }
    return X509CRLEntryImpl.getRevocationReason(this);
}
项目:jdk7-jdk    文件:X509CRLEntry.java   
/**
 * Returns the reason the certificate has been revoked, as specified
 * in the Reason Code extension of this CRL entry.
 *
 * @return the reason the certificate has been revoked, or
 *    <code>null</code> if this CRL entry does not have
 *    a Reason Code extension
 * @since 1.7
 */
public CRLReason getRevocationReason() {
    if (!hasExtensions()) {
        return null;
    }
    return X509CRLEntryImpl.getRevocationReason(this);
}
项目:openjdk-source-code-learn    文件:X509CRLEntry.java   
/**
 * Returns the reason the certificate has been revoked, as specified
 * in the Reason Code extension of this CRL entry.
 *
 * @return the reason the certificate has been revoked, or
 *    <code>null</code> if this CRL entry does not have
 *    a Reason Code extension
 * @since 1.7
 */
public CRLReason getRevocationReason() {
    if (!hasExtensions()) {
        return null;
    }
    return X509CRLEntryImpl.getRevocationReason(this);
}
项目:OLD-OpenJDK8    文件:X509CRLEntry.java   
/**
 * Returns the reason the certificate has been revoked, as specified
 * in the Reason Code extension of this CRL entry.
 *
 * @return the reason the certificate has been revoked, or
 *    {@code null} if this CRL entry does not have
 *    a Reason Code extension
 * @since 1.7
 */
public CRLReason getRevocationReason() {
    if (!hasExtensions()) {
        return null;
    }
    return X509CRLEntryImpl.getRevocationReason(this);
}
项目:openjdk-jdk7u-jdk    文件:X509CRLEntry.java   
/**
 * Returns the reason the certificate has been revoked, as specified
 * in the Reason Code extension of this CRL entry.
 *
 * @return the reason the certificate has been revoked, or
 *    <code>null</code> if this CRL entry does not have
 *    a Reason Code extension
 * @since 1.7
 */
public CRLReason getRevocationReason() {
    if (!hasExtensions()) {
        return null;
    }
    return X509CRLEntryImpl.getRevocationReason(this);
}
项目:openjdk-icedtea7    文件:X509CRLEntry.java   
/**
 * Returns the reason the certificate has been revoked, as specified
 * in the Reason Code extension of this CRL entry.
 *
 * @return the reason the certificate has been revoked, or
 *    <code>null</code> if this CRL entry does not have
 *    a Reason Code extension
 * @since 1.7
 */
public CRLReason getRevocationReason() {
    if (!hasExtensions()) {
        return null;
    }
    return X509CRLEntryImpl.getRevocationReason(this);
}