Searched refs:algId (Results 1 – 2 of 2) sorted by relevance
120 ASN1Sequence algId = (ASN1Sequence) sequence.getObjectAt(2); in BootSignature() local122 (ASN1ObjectIdentifier) algId.getObjectAt(0)); in BootSignature()154 public void setSignature(byte[] sig, AlgorithmIdentifier algId) { in setSignature() argument155 algorithmIdentifier = algId; in setSignature()
260 AlgorithmIdentifier algId) throws Exception { in verify() argument261 String algName = ID_TO_ALG.get(algId.getAlgorithm().getId()); in verify()264 throw new IllegalArgumentException("Unsupported algorithm " + algId.getAlgorithm()); in verify()