Example usage for org.bouncycastle.asn1 DERTags interface-usage

List of usage examples for org.bouncycastle.asn1 DERTags interface-usage

Introduction

In this page you can find the example usage for org.bouncycastle.asn1 DERTags interface-usage.

Usage

From source file org.ccnx.ccn.impl.security.crypto.util.AuthorityKeyIdentifier.java

/**
 * Reimplementation of BouncyCastle's AuthorityKeyIdentifier to allow
 * keyID to be set.
 *
 * We must take authority key id from subject key id field of
 * issuer's certificate if present; algorithm is not required by the standard so

From source file org.ndnx.ndn.impl.security.crypto.util.AuthorityKeyIdentifier.java

/**
 * Reimplementation of BouncyCastle's AuthorityKeyIdentifier to allow
 * keyID to be set.
 *
 * We must take authority key id from subject key id field of
 * issuer's certificate if present; algorithm is not required by the standard so