Searched refs:ASN1_DER_NULL (Results 1 – 2 of 2) sorted by relevance
19 import static com.android.apksig.internal.asn1.Asn1DerEncoder.ASN1_DER_NULL;68 return new AlgorithmIdentifier(OID_DIGEST_SHA1, ASN1_DER_NULL); in getSignerInfoDigestAlgorithmOid()70 return new AlgorithmIdentifier(OID_DIGEST_SHA256, ASN1_DER_NULL); in getSignerInfoDigestAlgorithmOid()97 new AlgorithmIdentifier(OID_SIG_RSA, ASN1_DER_NULL)); in getSignerInfoSignatureAlgorithm()103 new AlgorithmIdentifier(OID_SIG_DSA, ASN1_DER_NULL); in getSignerInfoSignatureAlgorithm()112 new AlgorithmIdentifier(OID_SIG_SHA256_WITH_DSA, ASN1_DER_NULL); in getSignerInfoSignatureAlgorithm()122 new AlgorithmIdentifier(OID_SIG_EC_PUBLIC_KEY, ASN1_DER_NULL)); in getSignerInfoSignatureAlgorithm()
594 public static final Asn1OpaqueObject ASN1_DER_NULL = field in Asn1DerEncoder